From fd4b30e6d0996b93c93ca1faed572b2d699d746a Mon Sep 17 00:00:00 2001 From: Bailey Ling Date: Sun, 21 Jul 2013 06:30:26 -0700 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index 7b80c53..cadb509 100644 --- a/FAQ.md +++ b/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.