Add section on alternatives.

This commit is contained in:
Andy Stewart
2013-02-20 11:14:47 +01:00
parent aee5137026
commit 80f08203e1

View File

@@ -41,6 +41,14 @@ highlight clear SignColumn
True. This plugin uses Vim's signs which require a sign to be on a line (not between two lines) and only permit one sign per line. Removed lines are signed with an underscore on the line above. If that line has also been modified, the plugin has to choose whether to show the removed-lines sign or the modified-line sign. It prefers the latter.
### Alternatives
I'm not aware of any other Vim plugins which (only) show git diffs in the gutter. However these may be of interest:
* [quickfixsigns_vim][qf] has a large superset of this functionality.
* [fugitive.vim][fugitive] is a full-on Git wrapper. It doesn't show git diffs in the gutter (ha!) but it does a bazillion other git things.
### Intellectual Property
Copyright Andrew Stewart, AirBlade Software Ltd. Released under the MIT licence.
@@ -48,3 +56,5 @@ Copyright Andrew Stewart, AirBlade Software Ltd. Released under the MIT licence
[st2gg]: https://github.com/jisaacks/GitGutter
[pathogen]: https://github.com/tpope/vim-pathogen
[qf]: https://github.com/tomtom/quickfixsigns_vim
[fugitive]: https://github.com/tpope/vim-fugitive