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:
mrmr1993
2018-03-15 14:07:50 +00:00
parent 88dedb586a
commit a8f92cc68a
3 changed files with 4 additions and 3 deletions

View File

@@ -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