From 88a2eb36267f716ab8b3a21bab20ef65eb5e973d Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Tue, 7 Jan 2014 10:45:59 +0100 Subject: [PATCH] Update FAQ. --- README.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index 77baf6c..571b27b 100644 --- a/README.mkd +++ b/README.mkd @@ -232,7 +232,7 @@ let g:gitgutter_eager = 0 > Why is no sign shown if I delete the first line(s) in a file? -vim-gitgutter shows removed lines with a sign on the line above. In this case there isn't a line above so vim-gitgutter can't show the sign. +vim-gitgutter shows removed lines with a sign on the line above. In this case there isn't a line above so vim-gitgutter can't show the sign. In due course I'll fix this with an overline character on the first line. > What happens if I also use another plugin which uses signs (e.g. Syntastic)?