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.
For some reason, when using tabline with only tab capabilities i am unable to make it properly create a new tab with a specified name and / or rename existing tab
After executing :TablineTabNew somename. Exact same issue with rename. Looking through the source code, it seems that for some reason it does tonumber(name) and then does an index access on that number, which makes no sense.
The text was updated successfully, but these errors were encountered:
Same error. Now I know how to reproduce it ^_^ The only setting I have for tabline is show_tabs_only = true. Neovim version 0.8.3, hash of the tabline commit being used 5d76dc8616b4b7b892229cc05cd0f4cd0200077a
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For some reason, when using tabline with only tab capabilities i am unable to make it properly create a new tab with a specified name and / or rename existing tab
After executing
:TablineTabNew somename
. Exact same issue with rename. Looking through the source code, it seems that for some reason it doestonumber(name)
and then does an index access on that number, which makes no sense.The text was updated successfully, but these errors were encountered: