From 3938f65c5f468702ebc2f12af0abdc677f8b0b84 Mon Sep 17 00:00:00 2001 From: gryf Date: Thu, 8 Mar 2018 16:14:20 +0100 Subject: [PATCH] Removed leftover from pyflakes plugin --- vimrc | 4 ---- 1 file changed, 4 deletions(-) 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