From bc2ad13f451663ab952cdb2d43731d14c3598889 Mon Sep 17 00:00:00 2001 From: Bailey Ling Date: Tue, 9 Jul 2013 14:03:35 +0000 Subject: [PATCH] add info about double-width characters. resolves #9. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1f43a0e..e45482b 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ this plugin follows the standard runtime path structure, and as such it can be i * add `set laststatus=2` to your vimrc * bufferline is printing to the statusline as well as the command bar * you can disable automatic echoing by adding `let g:bufferline_echo = 0` to your vimrc +* the statusline wraps + * you are probably using iTerm with double-width characters enabled. either disable this, or `set ambiwidth=double` in your vimrc. # bugs