mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:40:03 +08:00
Fix lint
This commit is contained in:
parent
af0d13b1e2
commit
dc1a1ab729
@ -10,7 +10,7 @@ if g:spacevim_buffer_index_type < 3
|
||||
for s:i in range(9)
|
||||
call extend(g:airline#extensions#tabline#buffer_idx_format,
|
||||
\ {s:i : SpaceVim#api#import('messletters').bubble_num(s:i,
|
||||
\ g:spacevim_buffer_index_type). ' '})
|
||||
\ get(g:, 'spacevim_buffer_index_type', 1)). ' '})
|
||||
endfor
|
||||
unlet s:i
|
||||
elseif g:spacevim_buffer_index_type == 3
|
||||
|
Loading…
Reference in New Issue
Block a user