add g:airline_exclude_preview option. resolves #72.

This commit is contained in:
Bailey Ling
2013-07-14 15:44:16 -04:00
parent e49ccb8a77
commit 39ae9c61ce
3 changed files with 11 additions and 0 deletions

View File

@@ -86,6 +86,13 @@ values):
let g:airline_exclude_filetypes = [] " see source for current list
<
* defines whether the preview window should be excluded from have its window
statusline modified (may help with plugins which use the preview window
heavily)
>
let g:airline_exclude_preview = 0
<
==============================================================================
CUSTOMIZATION *airline-customization*