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

Commit3485b69

Browse files
committed
1 parenta3d5e50 commit3485b69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎autoload/pymode.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,12 @@ fun! pymode#quickfix_open(onlyRecognized, maxHeight, minHeight, jumpError) "{{{
4747
let numErrors=len(filter(getqflist(),'v:val.valid'))
4848
let numOthers=len(getqflist())- numErrors
4949
if numErrors >0|| (!a:onlyRecognized&& numOthers >0)
50+
let num=winnr()
5051
botrightcopen
5152
exemax([min([line("$"),a:maxHeight]),a:minHeight]) ."wincmd _"
5253
ifa:jumpError
5354
cc
54-
else
55+
elseif num!=winnr()
5556
wincmdp
5657
endif
5758
else

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp