implement showing buffer numbers and modified (#212).

This commit is contained in:
Bailey Ling
2013-09-04 15:47:05 +00:00
parent c144543d03
commit e167e67819
3 changed files with 26 additions and 3 deletions

View File

@@ -54,6 +54,7 @@ function! airline#init#bootstrap()
\ 'whitespace': get(g:, 'airline_powerline_fonts', 0) ? '✹' : '!',
\ 'linenr': get(g:, 'airline_linecolumn_prefix', get(g:, 'airline_powerline_fonts', 0) ? '' : ':' ),
\ 'branch': get(g:, 'airline_branch_prefix', get(g:, 'airline_powerline_fonts', 0) ? '' : ''),
\ 'modified': '+',
\ }, 'keep')
call airline#parts#define_function('mode', 'airline#parts#mode')