From 3d1857e1d9fa60fd9efea4155a1d72ba0c7c68ca Mon Sep 17 00:00:00 2001 From: itchyny Date: Wed, 25 May 2016 20:15:32 +0900 Subject: [PATCH] update the doc: default value of tab_component --- doc/lightline.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/lightline.txt b/doc/lightline.txt index a7e176c..c22d84b 100644 --- a/doc/lightline.txt +++ b/doc/lightline.txt @@ -175,14 +175,18 @@ OPTIONS *lightline-option* |g:lightline.component_expand|. The types are used to specify the color. Specifically, the type raw is used to specify a component which should not be wrapped by item group: %(...%). -> + The default value is: > + let g:lightline.component_type = { \ 'tabs': 'tabsel', \ 'close': 'raw' } < g:lightline.tab_component *g:lightline.tab_component* A dictionary for components in one tab. + The default value is: > + let g:lightline.tab_component = {} +< g:lightline.tab_component_function *g:lightline.tab_component_function* Another dictionary for components in one tab. A function specified as a tab component takes one argument: