X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=vim%2F.vim%2Fplugin%2Fgrep.vim;h=e0878e7e2186e0fad352054a25b88cb79244b270;hb=1c6d453a56833e3a932b008909cd64f09e8b3497;hp=7154d2d44cbf8f0cdc45d602563fa440c3ca18e4;hpb=47f7d2b5f4a10a65950b0e3d5b07694bb2ce5dfa;p=dotfiles.git diff --git a/vim/.vim/plugin/grep.vim b/vim/.vim/plugin/grep.vim index 7154d2d..e0878e7 100644 --- a/vim/.vim/plugin/grep.vim +++ b/vim/.vim/plugin/grep.vim @@ -1,3 +1,6 @@ +if exists("g:loaded_mein_grep") | finish | endif +let g:loaded_mein_grep = 1 + function! s:Vim(pattern) let ignorecase_bak=&ignorecase set noignorecase