mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-12 13:11:40 +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:
@@ -70,7 +70,8 @@ function! airline#init#bootstrap()
|
||||
\ 'spell': 'SPELL',
|
||||
\ 'modified': '+',
|
||||
\ 'space': ' ',
|
||||
\ 'keymap': 'Keymap:'
|
||||
\ 'keymap': 'Keymap:',
|
||||
\ 'ellipsis': '...'
|
||||
\ }, 'keep')
|
||||
|
||||
if get(g:, 'airline_powerline_fonts', 0)
|
||||
|
||||
Reference in New Issue
Block a user