lualine.nvim/lua
shadmansaleh 98dc2dd3a2 fix: LualineRenameTab crashing lualine
fixes https://github.com/nvim-lualine/lualine.nvim/pull/574#pullrequestreview-874872853

Issue was neovim's tabpage handle used by rpc-api isn't same as tab no
in viml.
Now the tabpage handle is stores in self.tabId and tab no is stored in
self.tabnr in `Tab` so any can be used when necessary.
2022-02-07 22:13:42 +06:00
..
lualine fix: LualineRenameTab crashing lualine 2022-02-07 22:13:42 +06:00
tests chore: autogen (vimdocs+formating) 2022-02-01 08:04:03 +00:00
lualine.lua chore: autogen (vimdocs+formating) 2022-02-01 08:04:03 +00:00
lualine_require.lua chore: autogen (vimdocs+formating) 2022-02-01 08:04:03 +00:00