always enable paste detection.

This commit is contained in:
Bailey Ling
2013-08-26 22:55:11 -04:00
parent bc03ab5cbf
commit e919663781
6 changed files with 17 additions and 26 deletions

View File

@@ -49,7 +49,7 @@ call s:check_defined('g:airline_theme_map', {
\ '.*solarized.*': 'solarized',
\ })
call s:check_defined('g:airline_section_a', '%{get(w:, "airline_current_mode", "")}')
call s:check_defined('g:airline_section_a', '%{get(w:, "airline_current_mode", "")}%{airline#fragments#get_paste()}')
call s:check_defined('g:airline_section_b', '')
call s:check_defined('g:airline_section_c', '%f%m')
call s:check_defined('g:airline_section_gutter', '%=')