mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-25 15:04:44 +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, {
|
call extend(g:airline_symbols, {
|
||||||
\ 'readonly': 'RO',
|
\ 'readonly': 'RO',
|
||||||
\ 'whitespace': '!',
|
\ 'whitespace': '!',
|
||||||
\ 'linenr': 'ln ',
|
\ 'linenr': 'ln',
|
||||||
\ 'maxlinenr': '',
|
\ 'maxlinenr': '',
|
||||||
\ 'colnr': 'cn ',
|
\ 'colnr': 'cn',
|
||||||
\ 'branch': '',
|
\ 'branch': '',
|
||||||
\ 'notexists': '?',
|
\ 'notexists': '?',
|
||||||
\ 'crypt': 'cr',
|
\ 'crypt': 'cr',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user