From fb876ef7d06a82738eb1782035f4690341b6900a Mon Sep 17 00:00:00 2001 From: Alberto Date: Thu, 5 Dec 2013 23:03:32 -0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index f84e91b..e564a9f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -33,7 +33,7 @@ Certain themes are derived from the active colorscheme by extracting colors from #### 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]. +You need [fugitive](https://github.com/tpope/vim-fugitive) to see the current git branch. If you have it and still don't see it then 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