X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;ds=sidebyside;f=vim%2F.vim%2Fplugin%2Fgrep.vim;h=e0878e7e2186e0fad352054a25b88cb79244b270;hb=50295e8d1d1b2ab4d5514d441ba28e45e7699c55;hp=7154d2d44cbf8f0cdc45d602563fa440c3ca18e4;hpb=a010257de1f4776e8974ad7524c81d9b499a7b3e;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