add before and after for collapsing in README.md

This commit is contained in:
itchyny
2013-08-23 00:20:25 +09:00
parent fe7d1c1255
commit 5ab8bd7e94

View File

@@ -342,7 +342,10 @@ Here's my setting. I use the patched font for vim-powerline.
``` ```
When the window width is too narrow, the mode component and the file information component collapse. When the window width is too narrow, the mode component and the file information component collapse.
For example, the gundo buffer is narrow. For example, the gundo buffer is narrow.
Before:
![lightline.vim - gundo](https://raw.github.com/itchyny/lightline.vim/master/image/gundo0.png)
![lightline.vim - gundo](https://raw.github.com/itchyny/lightline.vim/master/image/gundo.png) After:
![lightline.vim - gundo](https://raw.github.com/itchyny/lightline.vim/master/image/gundo1.png)
Nice, isn't it? Nice looking, isn't it?