make modified/paste detection an option

This commit is contained in:
Bailey Ling
2013-07-22 21:23:41 +00:00
parent fce0e3e8da
commit 221864cfdc
4 changed files with 16 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ another statusline?
==============================================================================
NAME *airline-name*
Why is it named airline?
Where did the name come from?
I wrote this on an airplane, and since it's light as air it turned out to be a
good name :-)
@@ -59,6 +59,16 @@ values):
let g:airline_enable_syntastic=1
<
* enable modified detection
>
let g:airline_detect_modified=1
<
* enable paste detection
>
let g:airline_detect_paste=1
<
* change the default theme
>
let g:airline_theme='dark'