vim-xtabline icon indicating copy to clipboard operation
vim-xtabline copied to clipboard

E716: Key not present in Dictionary: "special_tabs && s:is_special(s:tab_buffer(a:tnr))"

Open wookayin opened this issue 2 years ago • 1 comments

The following error happens on startup when loading this plugin via lazy.nvim (with lazy = false); it was working OK if loaded using vim-plug.

Error detected while processing function xtabline#render#tabline[15]..<SNR>139_render_tabs[6]..<SNR>139_format_tab_label[7]..<SNR>139_tab_hi:
line    2:
E716: Key not present in Dictionary: "special_tabs && s:is_special(s:tab_buffer(a:tnr))"

wookayin avatar Apr 26 '23 21:04 wookayin

As a workaround one can lazy-load the plugin AFTER all other RC files are loaded, e.g.

{
  'mg979/vim-xtabline',
  event = 'VimEnter'
}

wookayin avatar Apr 27 '23 01:04 wookayin