From f112a341034c23493f119d2f63ec428fd80d4431 Mon Sep 17 00:00:00 2001 From: itchyny Date: Sun, 25 Aug 2013 19:59:12 +0900 Subject: [PATCH] improve README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d6b2dc..de70867 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ let g:lightline = { ``` ![lightline.vim - tutorial](https://raw.github.com/wiki/itchyny/lightline.vim/image/tutorial/7.png) Huh? Weird! -The component does not collapse even if it has no information! +The components do not collapse even if it has no information! In order to avoid this situation, you set expressions to `g:lightline.component_visible_condition`, which should become 1 only when the corresponding components have information. ```vim let g:lightline = {