Skip to content

Commit c380544

Browse files
committed
Fix stl immediately on ModeChanged for lualine
grr, another one for #51
1 parent ef05e71 commit c380544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/tpipeline.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func tpipeline#build_hooks()
3535
if empty(g:tpipeline_statusline) && !g:tpipeline_tabline
3636
if tpipeline#lualine#is_lualine()
3737
au OptionSet statusline call tpipeline#lualine#delay_eval()
38-
au ModeChanged * call tpipeline#lualine#delay_eval()
38+
au ModeChanged * call tpipeline#lualine#fix_stl()
3939
elseif g:tpipeline_clearstl
4040
au OptionSet statusline if v:option_type == 'global' | call tpipeline#util#clear_stl() | endif
4141
endif

0 commit comments

Comments
 (0)