From c6e8afed75dca357a787dde44f793d3e0f3462c2 Mon Sep 17 00:00:00 2001 From: itchyny Date: Fri, 23 Aug 2013 00:10:27 +0900 Subject: [PATCH] automatic collapsing setting and image in README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c9c1853..097b807 100644 --- a/README.md +++ b/README.md @@ -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?