We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58dabc0 commit 545c602Copy full SHA for 545c602
autoload/vista/source.vim
@@ -4,8 +4,7 @@
4
5
if exists('*bufwinid')
6
function! s:GotoSourceWindow() abort
7
- let bufid = g:vista.source.bufnr
8
- let winid = bufwinid(bufid)
+ let winid = g:vista.source.get_winid()
9
if winid != -1
10
if win_getid() != winid
11
" No use noautocmd here. Ref #362
0 commit comments