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 7c2201f commit d704c98Copy full SHA for d704c98
1 file changed
autoload/pymode/tools/loclist.vim
@@ -84,8 +84,7 @@ endfunction "}}}
84
85
fun! g:PymodeLocList.show() "{{{
86
call setloclist(0, self.loclist())
87
- "if self.is_empty()
88
- if self.num_errors() == 0
+ if self.is_empty()
89
lclose
90
elseif g:pymode_lint_cwindow
91
let num = winnr()
0 commit comments