Skip to content

Commit 7d3383c

Browse files
committed
Expand lualine workaround to all modes
It seems like for example pressing yy would make lualine's bullshit come through again without this. Also see faa8edb
1 parent faa8edb commit 7d3383c

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
@@ -36,7 +36,7 @@ func tpipeline#build_hooks()
3636
if g:tpipeline_clearstl
3737
if tpipeline#util#is_lualine()
3838
au OptionSet statusline if v:option_type == 'local' | call tpipeline#util#clear_all_stl() | endif
39-
au ModeChanged *:c call tpipeline#util#clear_all_stl()
39+
au ModeChanged * call tpipeline#util#clear_all_stl()
4040
endif
4141
au OptionSet statusline if v:option_type == 'global' | call tpipeline#util#clear_stl() | endif
4242
endif

0 commit comments

Comments
 (0)