X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;ds=sidebyside;f=vim%2F.vim%2Fplugin%2Fgrep.vim;h=03903d740903ffb8f6b5f710c7d0c90e4884383d;hb=1280549be01e3ce72d9e0aeef6254a1ff14a25a3;hp=f7a5f126d6e75f8eeadd34aabe30a9f2040af1ce;hpb=86cacc081de452eb66d50f13261310b07f8ca2d4;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\ .