add lazyredraw to faq section

This commit is contained in:
Bailey Ling 2013-07-03 13:40:58 +00:00
parent b0ea537173
commit 028e79d231
1 changed files with 5 additions and 1 deletions

View File

@ -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].