mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-24 18:48:27 +08:00
default space back to 32 (#283).
This commit is contained in:
@@ -61,7 +61,7 @@ function! airline#init#bootstrap()
|
||||
\ 'linenr': get(g:, 'airline_linecolumn_prefix', get(g:, 'airline_powerline_fonts', 0) ? "\ue0a1" : ':' ),
|
||||
\ 'branch': get(g:, 'airline_branch_prefix', get(g:, 'airline_powerline_fonts', 0) ? "\ue0a0" : ''),
|
||||
\ 'modified': '+',
|
||||
\ 'space': "\ua0",
|
||||
\ 'space': ' ',
|
||||
\ }, 'keep')
|
||||
|
||||
call airline#parts#define('mode', {
|
||||
|
||||
Reference in New Issue
Block a user