Skip to content

Commit a92ccf3

Browse files
author
Matt Madrid
committed
Clear error signs and close loclist if no errors or warnings
1 parent d704c98 commit a92ccf3

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)