You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.
with neovim
0.7.0
andv0.8.0-dev+448-g7b2b44bce
with multiple tabs, when I click on one, I expect switching to it, but it go to line number corresponding to the tab number in the current buffer.
I fixed it locally :
this line
execute ":tab " . a:tabnr
replaced by :execute a:tabnr . "tabnext"
I would be happy to do a PR to contribute this project :)
The text was updated successfully, but these errors were encountered: