automatic collapsing setting and image in README.md

This commit is contained in:
itchyny
2013-08-23 00:10:27 +09:00
parent e93fe44703
commit c6e8afed75

View File

@@ -340,3 +340,7 @@ Here's my setting. I use the patched font for vim-powerline.
return winwidth('.') > 60 ? lightline#mode() : ''
endfunction
```
When the window width is too narrow, the mode component and the file information component collapse.
For example, the gundo buffer is narrow.
![lightline.vim - gundo](https://raw.github.com/itchyny/lightline.vim/master/image/gundo.png)
Nice, isn't it?