We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8489d7b commit 292f705Copy full SHA for 292f705
AUTHORS
@@ -26,6 +26,7 @@ Contributors:
26
* Dirk Wallenstein (http://github.com/dirkwallenstein);
27
* Florent Xicluna (http://github.com/florentx);
28
* Fredrik Henrysson (http://github.com/fhenrysson);
29
+* Grzegorz Janik (http://github.com/glujan);
30
* Igor Guerrero (http://github.com/igorgue);
31
* Jacob Niehus (https://github.com/wilywampa)
32
* Jason Harvey (http://github.com/alienth)
autoload/pymode/lint.vim
@@ -61,6 +61,7 @@ fun! pymode#lint#check() "{{{
61
62
if loclist.is_empty()
63
call pymode#wide_message('Code checking is completed. No errors found.')
64
+ return
65
endif
66
67
call g:PymodeSigns.refresh(loclist)
0 commit comments