Add option to show only non-zero hunks

This commit is contained in:
Benjamin Bergman
2013-08-19 17:28:42 -05:00
parent dd5dbdd242
commit 4d9a0e257f
3 changed files with 12 additions and 2 deletions

View File

@@ -211,7 +211,9 @@ vim-gitgutter <https://github.com/airblade/vim-gitgutter>
* enable/disable detecting changed hunks under source control. >
let g:airline_enable_hunks = 1
<
* enable/disable showing only non-zero hunks.
let g:airline_hunk_non_zero_only = 0
==============================================================================
FUNCREFS *airline-funcrefs*