We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f78870 commit 17483beCopy full SHA for 17483be
1 file changed
ftplugin/python/pymode.vim
@@ -72,8 +72,6 @@ if g:pymode_lint
72
command! -buffer -nargs=0 PymodeLint :call pymode#lint#check()
73
74
let b:pymode_error_line = -1
75
- let b:pymode_errors = {}
76
- let b:pymode_signs = []
77
78
if g:pymode_lint_on_fly
79
au! InsertLeave <buffer> PymodeLint
0 commit comments