From bcef63b7d5d75ec67b58c18248989bff2d5a1a51 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Wed, 17 Apr 2013 10:52:52 +0200 Subject: [PATCH] Clarify FAQ. --- README.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index f6a77f5..a36e26c 100644 --- a/README.mkd +++ b/README.mkd @@ -215,7 +215,7 @@ Here are some things you can check: * Your git config is compatible with the version of git which your Vim is calling (`:echo system('git --version')`). * Your Vim supports signs (`:echo has('signs')` should give `1`). -* Your file is being tracked by git and has unstaged changes. +* Your file is being tracked by git and has unstaged, saved changes. ### Alternatives