Skip to content

Commit 6e624f0

Browse files
committed
Do not trigger autocmds when clearing stl
1 parent 4313c71 commit 6e624f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/tpipeline/lualine.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ endfunc
55

66
func tpipeline#lualine#clear_all_stl()
77
for i in range(1, tabpagewinnr(tabpagenr(), '$'))
8-
call win_execute(win_getid(i), 'setlocal stl<')
8+
noa call win_execute(win_getid(i), 'setlocal stl<')
99
endfor
1010
endfunc

0 commit comments

Comments
 (0)