X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=vim%2F.vim%2Fplugin%2Fgrep.vim;h=03903d740903ffb8f6b5f710c7d0c90e4884383d;hb=73a099ef9d2d01a75c13dee7efce9ece5f99dc74;hp=f7a5f126d6e75f8eeadd34aabe30a9f2040af1ce;hpb=cd92e3fbc02d558ac881167af0ae474b91804d96;p=dotfiles.git diff --git a/vim/.vim/plugin/grep.vim b/vim/.vim/plugin/grep.vim index f7a5f12..03903d7 100644 --- a/vim/.vim/plugin/grep.vim +++ b/vim/.vim/plugin/grep.vim @@ -1,4 +1,4 @@ -if exists('*Vim') | finish | endif +if exists("*Vim") | finish | endif function! s:Vim(pattern) set grepprg=grep\ -Rns\ --binary-files=without-match\ --exclude-dir=.git\ --exclude-dir=.tags\ $*\ /dev/null\ .