]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/ggrep.vim
g:loaded_* stopper
[dotfiles.git] / vim / .vim / plugin / ggrep.vim
index 657e7ea7267d7236a3cfa173cd2ad563d3b37acb..7b52921113ff525e61bca15bf3c45828d7fa4f9a 100644 (file)
@@ -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