1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00

Removed leftover from pyflakes plugin

This commit is contained in:
2018-03-08 16:14:20 +01:00
parent b80c5bf2de
commit 3938f65c5f

4
vimrc
View File

@@ -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