mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-25 02:57:11 +08:00
add g:airline_exclude_preview option. resolves #72.
This commit is contained in:
@@ -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*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user