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 faa8edb commit 7d3383cCopy full SHA for 7d3383c
autoload/tpipeline.vim
@@ -36,7 +36,7 @@ func tpipeline#build_hooks()
36
if g:tpipeline_clearstl
37
if tpipeline#util#is_lualine()
38
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()
+ au ModeChanged * call tpipeline#util#clear_all_stl()
40
endif
41
au OptionSet statusline if v:option_type == 'global' | call tpipeline#util#clear_stl() | endif
42
0 commit comments