mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2025-12-20 07:31:13 +08:00
fix list being unbounded
This commit is contained in:
@@ -6,7 +6,7 @@ function! airline#debug#profile()
|
||||
profile func *
|
||||
profile file *
|
||||
split
|
||||
for i in range(1, 50)
|
||||
for i in range(1, 1000)
|
||||
wincmd w
|
||||
redrawstatus
|
||||
endfor
|
||||
|
||||
Reference in New Issue
Block a user