oops. #279.
This commit is contained in:
parent
1b0c260980
commit
6cf12f7268
|
@ -33,9 +33,9 @@ function! airline#extensions#tabline#init(ext)
|
|||
set showtabline=2
|
||||
else
|
||||
if s:show_buffers == 1
|
||||
autocmd CursorMove * call <sid>on_cursormove(s:buf_min_count, len(s:get_buffer_list()))
|
||||
autocmd CursorMoved * call <sid>on_cursormove(s:buf_min_count, len(s:get_buffer_list()))
|
||||
else
|
||||
autocmd CursorMove * call <sid>on_cursormove(s:tab_min_count, tabpagenr('$'))
|
||||
autocmd CursorMoved * call <sid>on_cursormove(s:tab_min_count, tabpagenr('$'))
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue