correct docs for the default value.

This commit is contained in:
Bailey Ling 2013-09-05 15:21:04 +00:00
parent 0a3524c6a3
commit 2cfe26f72f
1 changed files with 3 additions and 0 deletions

View File

@ -237,7 +237,10 @@ tagbar <https://github.com/majutsushi/>
let g:airline#extensions#tagbar#enabled = 1
<
* change how tags are displayed (:help tagbar-statusline) >
let g:airline#extensions#tagbar#flags = '' "default
let g:airline#extensions#tagbar#flags = 'f'
let g:airline#extensions#tagbar#flags = 's'
let g:airline#extensions#tagbar#flags = 'p'
<
------------------------------------- *airline-csv*
csv.vim <https://github.com/chrisbra/csv.vim>