From 96d6d108bf6cd7bfdaa9872add4bb47d6ddbf7fd Mon Sep 17 00:00:00 2001 From: itchyny Date: Mon, 21 Aug 2017 08:33:35 +0900 Subject: [PATCH] tweak the doc for component_raw --- doc/lightline.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lightline.txt b/doc/lightline.txt index 5f645e4..f68be38 100644 --- a/doc/lightline.txt +++ b/doc/lightline.txt @@ -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: >