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 63b5c2a commit 1bd7a1dCopy full SHA for 1bd7a1d
autoload/pymode/tools/loclist.vim
@@ -74,7 +74,7 @@ fun! g:PymodeLocList.show() "{{{
74
execute max([min([line("$"), g:pymode_quickfix_maxheight]), g:pymode_quickfix_minheight]) . "wincmd _"
75
if num != winnr()
76
call setwinvar(winnr(), 'quickfix_title', self._title . ' <' . self._name . '>')
77
- wincmd p
+ exe num . "wincmd w"
78
endif
79
end
80
endfunction "}}}
0 commit comments