mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-12 21:43:50 -05:00
tweak the doc for component_raw
This commit is contained in:
@@ -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: >
|
||||
|
||||
|
||||
Reference in New Issue
Block a user