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
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
The text was updated successfully, but these errors were encountered:
Hitting
<C-W>t
results in the following error:The text was updated successfully, but these errors were encountered: