]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/ggrep.vim
pylsp seems to cover all linting needs
[dotfiles.git] / vim / .vim / plugin / ggrep.vim
index 7b52921113ff525e61bca15bf3c45828d7fa4f9a..4c71b70ec798fe3d103bcd551ac349007476b39b 100644 (file)
@@ -1,5 +1,4 @@
-if exists("g:loaded_mein_ggrep") | finish | endif
-let g:loaded_mein_ggrep = 1
+if exists("*<SID>Vmg") | finish | endif
 
 function! s:Vmg(pattern)
     silent execute 'Ggrep "' . a:pattern . '"'