Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken on Neovim #1

Open
wallace11 opened this issue Sep 4, 2021 · 2 comments
Open

Broken on Neovim #1

wallace11 opened this issue Sep 4, 2021 · 2 comments

Comments

@wallace11
Copy link

Hitting <C-W>t results in the following error:

Error detected while processing function taberian#render_current_window:
line   21:
E329: No menu "WinBar"
line   22:
E730: using List as a String
E15: Invalid expression: gettabwinvar(tabpagenr(), winnr(), 'taberian').tabs->deepcopy()
line   23:
E121: Undefined variable: tabs
E116: Invalid arguments for function len
E15: Invalid expression: len(tabs)
line   24:
E121: Undefined variable: ts_count
E15: Invalid expression: ts_count < 2 " render only if more than 1 tab
line   29:
E121: Undefined variable: tabs
E116: Invalid arguments for function map
line   38:
E121: Undefined variable: tabs
E15: Invalid expression: tabs->len() * (7 + 2 + 4) + 4 " 7: tab nr (2) + space + tab name (3 chars + '…')
line   39:
E121: Undefined variable: min_win_width
E15: Invalid expression: win_width < min_win_width
line   43:
E121: Undefined variable: tabs
E116: Invalid arguments for function s:winbar_width
E15: Invalid expression: s:winbar_width(tabs) > win_width
line   49:
E121: Undefined variable: tabs
E116: Invalid arguments for function s:winbar_width
E15: Invalid expression: s:winbar_width(tabs) > win_width
line   58:
E121: Undefined variable: tabs
E116: Invalid arguments for function s:underscored
E15: Invalid expression: s:underscored(tabs[w:taberian.curr_nr])
line   60:
E121: Undefined variable: tabs
E116: Invalid arguments for function map
line   63:
E121: Undefined variable: tabs
E15: Invalid expression: tabs
@noscript
Copy link
Owner

noscript commented Sep 4, 2021

I investigated this, unfortunately Neovim right now doesn't support WinBar nor it has any equivalent functionality to implement this.

@wallace11
Copy link
Author

Thanks for taking the time to investigate this issue.
I hope that WinBar or anything equivalent would be added to Neovim soon, I guess 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants