From da10ad7c2ef71128b7ec335fa475fcc9cfe479c3 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Sun, 10 Mar 2013 11:29:19 +0100 Subject: [PATCH] update README --- README.md | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 5963768..d736590 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Or just: sy -Sy shows all added, deleted and changed lines since the last commit via Vim its -sign column (and much more!) +Sy shows all added, deleted and modified lines since the last commit via Vim its +sign column. It supports several version control systems. It's fast, highly configurable and well documented. @@ -23,17 +23,6 @@ Features: Limits exist only in your mind! Vim on! -## What about vim-gitgutter? - -Because people keep asking for it: Yes, I knew about vim-gitgutter before, I -even contributed to it. But in the end I just didn't like the codebase and -started my own plugin. And because I like programming VimL. - -vim-signify has all the features of gitgutter and more! - -The main difference is probably the support for other DVCS. Moreover, execution -speed and high configurability are two of the design goals. - ## Installation I suggest using tpope's plain and awesome pathogen: @@ -54,7 +43,7 @@ For more info: `:h signify-options` let g:signify_mapping_prev_hunk = 'gp' let g:signify_mapping_toggle_highlight = 'gh' - let g:signify_mapping_toggle = 'gt' + let g:signify_mapping_toggle = 'gt' let g:signify_exceptions_filetype = [ 'vim', 'c' ] let g:signify_exceptions_filename = [ '.vimrc' ]