Updated FAQ (markdown)

Bailey Ling 2013-07-21 06:30:26 -07:00
parent cedc8115c5
commit fd4b30e6d0

6
FAQ.md

@ -11,11 +11,11 @@ You need to set `ttimeoutlen` to a low number; 50 is recommended.
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.
### You get the error `Unknown function: fugitive#head`
### You do not see the current Git branch
You are probably using version 1.2, which is very old...download v2 from the [project page][d].
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].
### vim-airline doesn't appear until i create a new split
### vim-airline doesn't appear until I create a new split
Add `set laststatus=2` to your vimrc.