We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef05e71 commit c380544Copy full SHA for c380544
autoload/tpipeline.vim
@@ -35,7 +35,7 @@ func tpipeline#build_hooks()
35
if empty(g:tpipeline_statusline) && !g:tpipeline_tabline
36
if tpipeline#lualine#is_lualine()
37
au OptionSet statusline call tpipeline#lualine#delay_eval()
38
- au ModeChanged * call tpipeline#lualine#delay_eval()
+ au ModeChanged * call tpipeline#lualine#fix_stl()
39
elseif g:tpipeline_clearstl
40
au OptionSet statusline if v:option_type == 'global' | call tpipeline#util#clear_stl() | endif
41
endif
0 commit comments