]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/ggrep.vim
Completely get rid of pylint
[dotfiles.git] / vim / .vim / plugin / ggrep.vim
index 4c71b70ec798fe3d103bcd551ac349007476b39b..e2f43fbec8a7e28980424c413b9b9dff370c676e 100644 (file)
@@ -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(<q-args>)