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

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