mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-01-09 21:12:22 +08:00
Rename skipped_tabs_marker to overflow_marker
This is set to g:airline_symbols.ellipsis, which this commit also adds.
This commit is contained in:
@@ -710,7 +710,7 @@ with the middle mouse button to delete that buffer.
|
||||
let g:airline#extensions#tabline#tabs_label = 't'
|
||||
|
||||
* change the symbol for skipped tabs/buffers (default '...') >
|
||||
let g:airline#extensions#tabline#skipped_tabs_marker = '…'
|
||||
let g:airline#extensions#tabline#overflow_marker = '…'
|
||||
|
||||
* always show current tabpage/buffer first >
|
||||
let airline#extensions#tabline#current_first = 1
|
||||
|
||||
Reference in New Issue
Block a user