]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/ggrep.vim
pylsp should use flake8's configuration
[dotfiles.git] / vim / .vim / plugin / ggrep.vim
index 657e7ea7267d7236a3cfa173cd2ad563d3b37acb..4c71b70ec798fe3d103bcd551ac349007476b39b 100644 (file)
@@ -1,3 +1,5 @@
+if exists("*<SID>Vmg") | finish | endif
+
 function! s:Vmg(pattern)
     silent execute 'Ggrep "' . a:pattern . '"'
     copen