Remove un-needed spaces in section-z when using Ascii variant

This commit is contained in:
ReubenM 2021-04-29 12:09:41 -05:00
parent 8929bc72a1
commit 9e62ad962a

View File

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