X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;ds=sidebyside;f=vim%2F.vim%2Fplugin%2Fggrep.vim;h=7b52921113ff525e61bca15bf3c45828d7fa4f9a;hb=50295e8d1d1b2ab4d5514d441ba28e45e7699c55;hp=657e7ea7267d7236a3cfa173cd2ad563d3b37acb;hpb=a010257de1f4776e8974ad7524c81d9b499a7b3e;p=dotfiles.git diff --git a/vim/.vim/plugin/ggrep.vim b/vim/.vim/plugin/ggrep.vim index 657e7ea..7b52921 100644 --- a/vim/.vim/plugin/ggrep.vim +++ b/vim/.vim/plugin/ggrep.vim @@ -1,3 +1,6 @@ +if exists("g:loaded_mein_ggrep") | finish | endif +let g:loaded_mein_ggrep = 1 + function! s:Vmg(pattern) silent execute 'Ggrep "' . a:pattern . '"' copen