Updated FAQ (markdown)

Bailey Ling 2013-09-13 14:25:00 -07:00
parent f61140e81f
commit 31cebc884e

4
FAQ.md

@ -18,6 +18,10 @@ You are running an older version of Vim 7.3, try updating to a newer version.
All of the themes use a 256 terminal color palette. It's likely that the value of `t_Co` is misconfigured. please see this [article][n] on how to configure your terminal. Pull requests for 8 and 16 color terminals are welcome.
### The colors look a little off for some themes.
Certain themes are derived from the active colorscheme by extracting colors from predefined highlight groups. These airline themes will look good for their intended matching colorschemes, but will be hit or miss when loaded with other colorschemes.
### You do not see the current Git branch
You are probably using version 1.2, which is very old. vim-airline relies on a `fugitive#head()` function. Download v2 from the [project page][d].