We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4207ad9 commit 63b5c2aCopy full SHA for 63b5c2a
autoload/pymode/lint.vim
@@ -11,6 +11,7 @@ fun! pymode#lint#auto() "{{{
11
PymodePython from pymode import auto
12
PymodePython auto()
13
cclose
14
+ call g:PymodeSigns.clear()
15
edit
16
call pymode#wide_message("AutoPep8 done.")
17
endfunction "}}}
0 commit comments