Skip to content

Commit

Permalink
Fix non-refreshing on lualine changing to command mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dzirtusss committed Aug 11, 2024
1 parent f59f144 commit 6530052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/tpipeline.vim
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func tpipeline#build_hooks()
if empty(g:tpipeline_statusline) && !g:tpipeline_tabline
if tpipeline#lualine#is_lualine()
au OptionSet statusline call tpipeline#lualine#delay_eval()
au ModeChanged * call tpipeline#lualine#fix_stl()
au ModeChanged * call tpipeline#lualine#delay_eval()
set laststatus=0
elseif g:tpipeline_clearstl
au OptionSet statusline if v:option_type == 'global' | call tpipeline#util#clear_stl() | endif
Expand Down

0 comments on commit 6530052

Please sign in to comment.