implement support for detected modified buffers

This commit is contained in:
Bailey Ling
2013-07-01 23:45:49 -04:00
parent 4c51377489
commit 3877ddb7bb
3 changed files with 27 additions and 5 deletions

View File

@@ -40,6 +40,11 @@ values):
let g:airline_left_right='<'
<
* enable/disable color change when buffer is modified
>
let g:airline_modified_detection=1
<
* enable/disable fugitive integration
>
let g:airline_enable_fugitive=1