tweak the doc for component_raw

This commit is contained in:
itchyny
2017-08-21 08:33:35 +09:00
parent fc7d25e796
commit 96d6d108bf

View File

@@ -4,7 +4,7 @@ Version: 0.1
Author: itchyny (https://github.com/itchyny)
License: MIT License
Repository: https://github.com/itchyny/lightline.vim
Last Change: 2017/08/21 08:18:42.
Last Change: 2017/08/21 08:33:12.
CONTENTS *lightline-contents*
@@ -199,7 +199,7 @@ OPTIONS *lightline-option*
g:lightline.component_raw *g:lightline.component_raw*
A dictionary to specify the raw type components. When you
register a component to this dictionary (like >
g:lightline.component_raw = { 'example': 1 }
let g:lightline.component_raw = { 'example': 1 }
< ), the example component is not wrapped by item group: %(...%).
The default value is: >