Skip to content

Commit 7c94396

Browse files
committed
Revert "Always update g:tpipeline_statusline for lualine"
This reverts commit f35cb0f. This seems to cause some other problems. Looks like lualine works completely fine when not using g:tpipeline_clearstl, but with it some unexpected results appear. Needs more careful investigation. For now revert this.
1 parent f35cb0f commit 7c94396

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

autoload/tpipeline.vim

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ func tpipeline#build_hooks()
3333
endif
3434

3535
if empty(g:tpipeline_statusline) && !g:tpipeline_tabline
36-
if tpipeline#util#is_lualine()
37-
au OptionSet statusline let g:tpipeline_statusline = &stl
38-
endif
3936
if g:tpipeline_clearstl
4037
if tpipeline#util#is_lualine()
4138
au OptionSet statusline if v:option_type == 'local' | call tpipeline#util#clear_all_stl() | endif

0 commit comments

Comments
 (0)