improve doc

This commit is contained in:
itchyny
2013-09-30 11:00:33 +09:00
parent efc5dc93b4
commit 628facf852

View File

@@ -4,7 +4,7 @@ Version: 0.0
Author: itchyny (https://github.com/itchyny) Author: itchyny (https://github.com/itchyny)
License: MIT License License: MIT License
Repository: https://github.com/itchyny/lightline.vim Repository: https://github.com/itchyny/lightline.vim
Last Change: 2013/09/24 13:39:09. Last Change: 2013/09/30 11:00:26.
CONTENTS *lightline-contents* CONTENTS *lightline-contents*
@@ -433,11 +433,11 @@ the example A.
\ [ 'fileformat', 'fileencoding', 'filetype' ] ] \ [ 'fileformat', 'fileencoding', 'filetype' ] ]
< <
The colors are ([fgcolor, bgcolor): The colors are ([fgcolor, bgcolor):
>
(0) [ 'lineinfo', 'syntastic' ] --- s:p.normal.right[0] = ['gray5', 'gray10'] (0) [ 'lineinfo', 'syntastic' ] --- s:p.normal.right[0] = ['gray5', 'gray10']
(1) [ 'percent' ] --- s:p.normal.right[1] = ['gray9', 'gray4'] (1) [ 'percent' ] --- s:p.normal.right[1] = ['gray9', 'gray4']
(2) [ 'fileformat', 'fileencoding', 'filetype' ] --- s:p.normal.right[2] = ['gray8', 'gray2'] (2) [ 'fileformat', 'fileencoding', 'filetype' ] --- s:p.normal.right[2] = ['gray8', 'gray2']
<
Recall the example B. Recall the example B.
> >
" Example B " Example B