add help support. resolves #95.

This commit is contained in:
Bailey Ling 2013-07-25 17:49:03 +00:00
parent 3bd1df94bc
commit fd0628b188
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ function! airline#extensions#apply_window_overrides()
let w:airline_section_b = ''
let w:airline_section_c = ''
let w:airline_section_x = ''
elseif &buftype == 'help'
call s:override_left_only('Help', '%f')
let w:airline_section_gutter = ' '
endif
if &previewwindow