add help support. resolves #95.
This commit is contained in:
parent
3bd1df94bc
commit
fd0628b188
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue