chore: autogen (vimdocs+formating)
This commit is contained in:
parent
de778faf81
commit
4b5048aee1
|
@ -336,8 +336,7 @@ local function refresh(opts)
|
||||||
-- https://github.com/nvim-lualine/lualine.nvim/issues/755
|
-- https://github.com/nvim-lualine/lualine.nvim/issues/755
|
||||||
-- https://github.com/neovim/neovim/issues/19472
|
-- https://github.com/neovim/neovim/issues/19472
|
||||||
-- https://github.com/nvim-lualine/lualine.nvim/issues/791
|
-- https://github.com/nvim-lualine/lualine.nvim/issues/791
|
||||||
if opts.trigger == 'autocmd'
|
if opts.trigger == 'autocmd' and vim.v.event.new_mode ~= 'c' then
|
||||||
and vim.v.event.new_mode ~= 'c' then
|
|
||||||
opts.trigger = 'autocmd_redired'
|
opts.trigger = 'autocmd_redired'
|
||||||
vim.schedule(function()
|
vim.schedule(function()
|
||||||
M.refresh(opts)
|
M.refresh(opts)
|
||||||
|
|
Loading…
Reference in New Issue