use "sy" as short name for signify

This commit is contained in:
Marco Hinz 2013-03-06 23:40:57 +01:00
parent d9e900e45d
commit 51c80fe68c
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
# vim-signify # vim-signify
Or just: sy
This plugin started as a port of GitGutter, a famous plugin for Sublime Text 2. This plugin started as a port of GitGutter, a famous plugin for Sublime Text 2.
It shows all added, deleted and changed lines since the last commit via Vim its It shows all added, deleted and changed lines since the last commit via Vim its
sign column. sign column.

View File

@ -31,9 +31,9 @@ CONTENTS *signify-contents*
============================================================================== ==============================================================================
1. Intro *signify-intro* 1. Intro *signify-intro*
Signify is quite unobtrusive. If there is information about changes (in form Signify, or just sy for short, is an quite unobtrusive plugin. If there is
of patch hunks) since the last commit, they will be shown on the left side in information about changes (in form of patch hunks) since the last commit, they
Vim's sign column. will be shown on the left side in Vim's sign column.
Easy-peasy! Easy-peasy!