diff --git a/README.md b/README.md index d55e286..315055b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # vim-signify +Or just: sy + 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 sign column. diff --git a/doc/signify.txt b/doc/signify.txt index 6191fe6..55f9644 100644 --- a/doc/signify.txt +++ b/doc/signify.txt @@ -31,9 +31,9 @@ CONTENTS *signify-contents* ============================================================================== 1. Intro *signify-intro* -Signify is quite unobtrusive. If there is information about changes (in form -of patch hunks) since the last commit, they will be shown on the left side in -Vim's sign column. +Signify, or just sy for short, is an quite unobtrusive plugin. If there is +information about changes (in form of patch hunks) since the last commit, they +will be shown on the left side in Vim's sign column. Easy-peasy!