Skip to content

Commit 6530052

Browse files
committed
Fix non-refreshing on lualine changing to command mode
1 parent f59f144 commit 6530052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/tpipeline.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func tpipeline#build_hooks()
3737
if empty(g:tpipeline_statusline) && !g:tpipeline_tabline
3838
if tpipeline#lualine#is_lualine()
3939
au OptionSet statusline call tpipeline#lualine#delay_eval()
40-
au ModeChanged * call tpipeline#lualine#fix_stl()
40+
au ModeChanged * call tpipeline#lualine#delay_eval()
4141
set laststatus=0
4242
elseif g:tpipeline_clearstl
4343
au OptionSet statusline if v:option_type == 'global' | call tpipeline#util#clear_stl() | endif

0 commit comments

Comments
 (0)