mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-23 14:04:53 +02:00
Remove un-needed spaces in section-z when using Ascii variant
This commit is contained in:
parent
8929bc72a1
commit
9e62ad962a
@ -125,9 +125,9 @@ function! airline#init#bootstrap()
|
||||
call extend(g:airline_symbols, {
|
||||
\ 'readonly': 'RO',
|
||||
\ 'whitespace': '!',
|
||||
\ 'linenr': 'ln ',
|
||||
\ 'linenr': 'ln',
|
||||
\ 'maxlinenr': '',
|
||||
\ 'colnr': 'cn ',
|
||||
\ 'colnr': 'cn',
|
||||
\ 'branch': '',
|
||||
\ 'notexists': '?',
|
||||
\ 'crypt': 'cr',
|
||||
|
Loading…
x
Reference in New Issue
Block a user