keep fmod as a valid configuration variable.

This commit is contained in:
Bailey Ling
2013-09-07 01:36:15 +00:00
parent 2e46190034
commit 22f1701a2e
2 changed files with 9 additions and 4 deletions

View File

@@ -324,12 +324,17 @@ virtualenv <https://github.com/jmcantrell/vim-virtualenv>
* configure whether buffer numbers should be shown. >
let g:airline#extensions#tabline#buffer_nr_show = 0
<
Note: this is only valid when the formatter is 'default'.
Note: this is only used by the 'default' formatter.
* configure how buffer numbers should be formatted with |printf|. >
let g:airline#extensions#tabline#buffer_nr_format = '%s: '
<
Note: this is only valid when the formatter is 'default'.
Note: this is only used by the 'default' formatter.
* configure the formatting of filenames (see |filename-modifiers|). >
let g:airline#extensions#tabline#fnamemod = ':p:.'
<
Note: this is only used by the 'default' formatter.
* configure the minimum number of buffers needed to show the tabline. >
let g:airline#extensions#tabline#buffer_min_count = 0