Skip to content

Commit 17483be

Browse files
committed
cleanup
1 parent 0f78870 commit 17483be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ftplugin/python/pymode.vim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ if g:pymode_lint
7272
command! -buffer -nargs=0 PymodeLint :call pymode#lint#check()
7373

7474
let b:pymode_error_line = -1
75-
let b:pymode_errors = {}
76-
let b:pymode_signs = []
7775

7876
if g:pymode_lint_on_fly
7977
au! InsertLeave <buffer> PymodeLint

0 commit comments

Comments
 (0)