X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=vim%2F.vim%2Fplugin%2Fggrep.vim;h=e2f43fbec8a7e28980424c413b9b9dff370c676e;hp=4c71b70ec798fe3d103bcd551ac349007476b39b;hb=c8a1be986f7e139154f432c8bb639fc7e35836d9;hpb=73a099ef9d2d01a75c13dee7efce9ece5f99dc74 diff --git a/vim/.vim/plugin/ggrep.vim b/vim/.vim/plugin/ggrep.vim index 4c71b70..e2f43fb 100644 --- a/vim/.vim/plugin/ggrep.vim +++ b/vim/.vim/plugin/ggrep.vim @@ -4,7 +4,6 @@ function! s:Vmg(pattern) silent execute 'Ggrep "' . a:pattern . '"' copen redraw! - let g:pylint_disable=1 endfunction command! -nargs=* -complete=file Vmg call s:Vmg()