From 5bd0f7f7968e933438bb82ddfb75239d55214c89 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Fri, 10 Jan 2014 11:13:17 +0100 Subject: [PATCH] Add up-to-dateness feature to README. --- README.mkd | 1 + 1 file changed, 1 insertion(+) diff --git a/README.mkd b/README.mkd index 7932765..ec6da69 100644 --- a/README.mkd +++ b/README.mkd @@ -5,6 +5,7 @@ A Vim plugin which shows a git diff in the 'gutter' (sign column). It shows whe Features: * shows signs for added, modified, and removed lines +* ensures signs are always as up to date as possible (but without running more than necessary) * quick jumping between blocks of changed lines ("hunks") * stage/revert individual hunks * optional line highlighting