From 5ab8bd7e94f574184393c6850da9fb167540580b Mon Sep 17 00:00:00 2001 From: itchyny Date: Fri, 23 Aug 2013 00:20:25 +0900 Subject: [PATCH] add before and after for collapsing in README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac47e7f..d6faa57 100644 --- a/README.md +++ b/README.md @@ -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. 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?