selectively disable airline for selected windows

(make it work with Vim 7.3)
This commit is contained in:
Christian Brabandt
2015-01-23 20:32:49 +01:00
parent 13ee9f456a
commit 3acea37fdc
2 changed files with 9 additions and 0 deletions

View File

@@ -126,6 +126,11 @@ values):
heavily) >
let g:airline_exclude_preview = 0
<
* disable the Airline customization for selective windows (this is a
window-local variable so you can disable it for only some windows) >
let w:airline_disabled = 1
<
==============================================================================
COMMANDS *airline-commands*