nvim-lualine / lualine.nvim

A blazing fast and easy to configure neovim statusline plugin written in pure lua.
MIT License
5.72k stars 455 forks source link

Fix: the refresh delay issue when setting `<cmd>w<CR>` in keymap #1193

Closed Parsifa1 closed 3 months ago

Parsifa1 commented 5 months ago

There was no BufWritePost in the previous redraw event, resulting in "modified" icon not being refreshed in time when using <cmd>write<CR> in keymap. By adding this event, this problem was fixed.