From 028e79d231a931a43309019da4d2344c520f53f3 Mon Sep 17 00:00:00 2001 From: Bailey Ling Date: Wed, 3 Jul 2013 13:40:58 +0000 Subject: [PATCH] add lazyredraw to faq section --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bbfd29b..70b61472 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ there's already [powerline][b], why yet another statusline? * it looks good with regular fonts, and provides configuration points so you can use unicode or powerline symbols * it's fast to load, taking roughly 1ms. by comparison, powerline needs 60ms on the same machine. +what about [old powerline][a]? + +* the old version still works well, but since its deprecated new features won't get added + # why's it called airline? i wrote the initial version on an airplane, and since it's light as air it turned out to be a good name. thanks for flying vim! @@ -28,7 +32,7 @@ i wrote the initial version on an airplane, and since it's light as air it turne 2. there is a pause when leaving insert mode * you need to set `ttimeoutlen` to a low number; 50 is recommended 3. the colors don't change properly - * ensure you have 256 color mode enabed for terminal vim (`set t_Co=256`) + * the plugin was developed with `lazyredraw` on, and it appears that this setting has a big impact. please turn it on to see if that fixes it, and file a bug so it can be tracked. 4. you get the error `Unknown function: fugitive#head` * you are probably using version 1.2, which is very old...download v2 from the [project page][d].