improve README.md

This commit is contained in:
itchyny
2013-08-25 19:59:12 +09:00
parent 2ca5415312
commit f112a34103

View File

@@ -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 = {