Skip to content

Commit

Permalink
Fixed refresh delay issue when setting <cmd>w<CR> in keymap (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Parsifa1 authored Mar 15, 2024
1 parent 26dac2f commit 3e77976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lualine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ local refresh_real_curwin

-- The events on which lualine redraws itself
local default_refresh_events =
'WinEnter,BufEnter,SessionLoadPost,FileChangedShellPost,VimResized,Filetype,CursorMoved,CursorMovedI,ModeChanged'
'WinEnter,BufEnter,BufWritePost,SessionLoadPost,FileChangedShellPost,VimResized,Filetype,CursorMoved,CursorMovedI,ModeChanged'
-- Helper for apply_transitional_separators()
--- finds first applied highlight group after str_checked in status
---@param status string : unprocessed statusline string
Expand Down

0 comments on commit 3e77976

Please sign in to comment.