]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/grep.vim
Vim scripts refactoring
[dotfiles.git] / vim / .vim / plugin / grep.vim
index f7a5f126d6e75f8eeadd34aabe30a9f2040af1ce..03903d740903ffb8f6b5f710c7d0c90e4884383d 100644 (file)
@@ -1,4 +1,4 @@
-if exists('*<SID>Vim') | finish | endif
+if exists("*<SID>Vim") | finish | endif
 
 function! s:Vim(pattern)
     set grepprg=grep\ -Rns\ --binary-files=without-match\ --exclude-dir=.git\ --exclude-dir=.tags\ $*\ /dev/null\ .