]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/plugin/grep.vim
Completely get rid of pylint
[dotfiles.git] / vim / .vim / plugin / grep.vim
index 03903d740903ffb8f6b5f710c7d0c90e4884383d..140f8fcf89578b58521fc83a23bdbbee0b74059d 100644 (file)
@@ -5,7 +5,6 @@ function! s:Vim(pattern)
     execute "silent grep \"" . a:pattern . "\""
     copen
     redraw!
-    let g:pylint_disable=1
 endfunction
 
 command! -nargs=* -complete=file Vim call s:Vim(<q-args>)