Skip to content

Commit 8d67390

Browse files
authored
Merge pull request python-mode#854 from mmadrid/develop
Clear error signs and close loclist if no errors or warnings
2 parents d704c98 + a92ccf3 commit 8d67390

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

autoload/pymode/lint.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ fun! pymode#lint#check() "{{{
6161

6262
if loclist.is_empty()
6363
call pymode#wide_message('Code checking is completed. No errors found.')
64+
call g:PymodeSigns.refresh(loclist)
65+
call loclist.show()
6466
return
6567
endif
6668

0 commit comments

Comments
 (0)