Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd704c98

Browse files
committed
Show loclist only if there are errors or warnings
Closespython-mode#798
1 parent7c2201f commitd704c98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎autoload/pymode/tools/loclist.vim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ endfunction "}}}
8484

8585
fun!g:PymodeLocList.show()"{{{
8686
callsetloclist(0,self.loclist())
87-
"if self.is_empty()
88-
ifself.num_errors()==0
87+
ifself.is_empty()
8988
lclose
9089
elseifg:pymode_lint_cwindow
9190
let num=winnr()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp