X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=vim%2F.vim%2Fplugin%2Fggrep.vim;h=8a9bd8a5b70db4d8247446d045cf6b150be78747;hp=7b52921113ff525e61bca15bf3c45828d7fa4f9a;hb=c87a6c5de579ab6ae0e5d27b233b83bab85e17f6;hpb=8d4331f8ac20bfb0f5c6ce4ea0ada9618216c6f8 diff --git a/vim/.vim/plugin/ggrep.vim b/vim/.vim/plugin/ggrep.vim index 7b52921..8a9bd8a 100644 --- a/vim/.vim/plugin/ggrep.vim +++ b/vim/.vim/plugin/ggrep.vim @@ -1,5 +1,4 @@ -if exists("g:loaded_mein_ggrep") | finish | endif -let g:loaded_mein_ggrep = 1 +if exists('*Vmg') | finish | endif function! s:Vmg(pattern) silent execute 'Ggrep "' . a:pattern . '"'