liuchengxu / vista.vim

:cactus: Viewer & Finder for LSP symbols and tags
https://liuchengxu.github.io/vista.vim
MIT License
1.88k stars 89 forks source link

Fix jump to wrong window in multi-tab #459

Closed ElEHsiang closed 1 year ago

ElEHsiang commented 1 year ago

The winid tracked in g:vista.source is not correct. So use g:vista.source.bufnr to get the correct winid and jump.

Close #416

liuchengxu commented 1 year ago

Thank you!