reduce variable deprecation.

This commit is contained in:
Bailey Ling
2013-08-27 14:12:03 +00:00
parent 6dd4cd5423
commit d5d87d2cdc
3 changed files with 5 additions and 2 deletions

View File

@@ -245,6 +245,9 @@ vim-signify <https://github.com/mhinz/vim-signify>
* enable/disable detection of whitespace errors. >
let g:airline#extensions#whitespace#enabled = 1
<
* customize the whitespace symbol. >
let g:airline#extensions#whitespace#symbol = '!'
<
* configure which whitespace checks to enable. >
let g:airline#extensions#whitespace#checks = [ 'indent', 'trailing' ]
<