lualine.nvim/lua/lualine/components
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
..
branch refactor: use nvim api directly for bufnr (#526) 2022-01-04 19:17:16 +06:00
buffers chore: autogen (vimdocs+formating) 2022-02-01 08:04:03 +00:00
diagnostics chore: autogen (vimdocs+formating) 2022-02-01 08:04:03 +00:00
diff chore: autogen (vimdocs+formating) 2022-02-01 08:04:03 +00:00
special chore: Use paranthesis for function calls. No paran can trip new lua users 2022-01-02 17:38:39 +06:00
tabs fix: LualineRenameTab crashing lualine 2022-02-07 22:13:42 +06:00
encoding.lua enhance: change method of getting file encoding 2021-10-22 21:18:27 +06:00
fileformat.lua feat: add symbols option to fileformat (#401) 2021-10-27 03:04:53 +06:00
filename.lua chore: Use paranthesis for function calls. No paran can trip new lua users 2022-01-02 17:38:39 +06:00
filesize.lua chore: Use paranthesis for function calls. No paran can trip new lua users 2022-01-02 17:38:39 +06:00
filetype.lua chore: autogen (vimdocs+formating) 2022-02-01 08:04:03 +00:00
hostname.lua enhance: allow components to be functions too (#81) 2021-10-11 16:41:25 +06:00
location.lua enhance: use virtual column(%v) for location and line no (%p) for progress 2021-10-22 09:45:26 +06:00
mode.lua enhance: allow components to be functions too (#81) 2021-10-11 16:41:25 +06:00
progress.lua enhance: use virtual column(%v) for location and line no (%p) for progress 2021-10-22 09:45:26 +06:00