diff --git a/vimrc b/vimrc index 64e7a16..8faa5e8 100644 --- a/vimrc +++ b/vimrc @@ -229,10 +229,6 @@ function s:SetPythonSettings() "{{{2 "autocmd FileType python setlocal omnifunc=pysmell#Complete let python_highlight_all=1 - "I don't want to have pyflakes errors in qfix, it interfering with - "Pep8/Pylint - let g:pyflakes_use_quickfix = 0 - "Load views for py files autocmd BufWinLeave *.py mkview autocmd BufWinEnter *.py silent loadview