default space back to 32 (#283).

This commit is contained in:
Bailey Ling
2013-09-30 14:37:02 +00:00
parent e0f6bee10e
commit e16c36eea1
5 changed files with 12 additions and 11 deletions

View File

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