Fixed doc/UltiSnips.txt for change of maintainer.
This commit is contained in:
parent
95d6e535ec
commit
2e9f12bfd6
@ -47,8 +47,7 @@ UltiSnips *snippet* *snippets* *UltiSnips*
|
|||||||
5.1 Existing Integrations |UltiSnips-integrations|
|
5.1 Existing Integrations |UltiSnips-integrations|
|
||||||
5.2 Extending UltiSnips |UltiSnips-extending|
|
5.2 Extending UltiSnips |UltiSnips-extending|
|
||||||
6. Helping Out |UltiSnips-helping|
|
6. Helping Out |UltiSnips-helping|
|
||||||
7. Contact |UltiSnips-contact|
|
7. Contributors |UltiSnips-contributors|
|
||||||
8. Contributors |UltiSnips-contributors|
|
|
||||||
|
|
||||||
This plugin only works if 'compatible' is not set.
|
This plugin only works if 'compatible' is not set.
|
||||||
{Vi does not have any of these features}
|
{Vi does not have any of these features}
|
||||||
@ -65,8 +64,8 @@ Snippets are common in structured text like source code but can also be used
|
|||||||
for general editing like, for example, inserting a signature in an email or
|
for general editing like, for example, inserting a signature in an email or
|
||||||
inserting the current date in a text file.
|
inserting the current date in a text file.
|
||||||
|
|
||||||
On my blog, http://www.sirver.net, I posted several short screencasts, which
|
@SirVer posted several short screencasts which make a great introduction to
|
||||||
make a great introduction to UltiSnips, illustrating its features and usage.
|
UltiSnips, illustrating its features and usage.
|
||||||
|
|
||||||
http://www.sirver.net/blog/2011/12/30/first-episode-of-ultisnips-screencast/
|
http://www.sirver.net/blog/2011/12/30/first-episode-of-ultisnips-screencast/
|
||||||
http://www.sirver.net/blog/2012/01/08/second-episode-of-ultisnips-screencast/
|
http://www.sirver.net/blog/2012/01/08/second-episode-of-ultisnips-screencast/
|
||||||
@ -132,7 +131,7 @@ permission to use his snippets.
|
|||||||
=============================================================================
|
=============================================================================
|
||||||
2. Installation and Updating *UltiSnips-installnupdate*
|
2. Installation and Updating *UltiSnips-installnupdate*
|
||||||
|
|
||||||
The recommended way of getting ultisnips is to track SirVer/ultisnips on
|
The recommended way of getting UltiSnips is to track SirVer/ultisnips on
|
||||||
github. The master branch is always stable.
|
github. The master branch is always stable.
|
||||||
|
|
||||||
Using Pathogen: *UltiSnips-using-pathogen*
|
Using Pathogen: *UltiSnips-using-pathogen*
|
||||||
@ -1646,8 +1645,8 @@ no need to press trigger key after "m""
|
|||||||
|
|
||||||
UltiSnips has built-in support for some common plugins and there are others
|
UltiSnips has built-in support for some common plugins and there are others
|
||||||
that are aware of UltiSnips and use it to improve the user experience. This is
|
that are aware of UltiSnips and use it to improve the user experience. This is
|
||||||
an incomplete list - if you want to have your plugin listed here, just send me
|
an incomplete list - if you want to have your plugin listed here, just send a
|
||||||
a pull request.
|
pull request.
|
||||||
|
|
||||||
*UltiSnips-snipMate*
|
*UltiSnips-snipMate*
|
||||||
|
|
||||||
@ -1689,49 +1688,33 @@ to Supertab for expansion.
|
|||||||
UltiSnips allows other plugins to add new snippets on the fly. Since UltiSnips
|
UltiSnips allows other plugins to add new snippets on the fly. Since UltiSnips
|
||||||
is written in python, the integration is also on a python basis. A small
|
is written in python, the integration is also on a python basis. A small
|
||||||
example can be found in `test.py`, search for AddNewSnippetSource. Please
|
example can be found in `test.py`, search for AddNewSnippetSource. Please
|
||||||
contact me on github if you integrate UltiSnips with your plugin so it can be
|
contact us on github if you integrate UltiSnips with your plugin so it can be
|
||||||
listed in the docs.
|
listed in the docs.
|
||||||
|
|
||||||
=============================================================================
|
=============================================================================
|
||||||
6. Helping Out *UltiSnips-helping*
|
6. Helping Out *UltiSnips-helping*
|
||||||
|
|
||||||
UltiSnips needs the help of the Vim community to keep improving. Please
|
UltiSnips needs the help of the Vim community to keep improving. Please
|
||||||
consider joining this effort by providing new snippets, new features or bug
|
consider joining this effort by providing new features or bug reports.
|
||||||
reports.
|
|
||||||
|
|
||||||
You can contribute snippets or patches in various ways. The methods are listed
|
|
||||||
below in order of convenience for me. Please be as convenient as you
|
|
||||||
can be :)
|
|
||||||
|
|
||||||
* Clone the repository on GitHub (git clone git@github.com:SirVer/ultisnips.git),
|
* Clone the repository on GitHub (git clone git@github.com:SirVer/ultisnips.git),
|
||||||
make your changes and send a pull request on GitHub.
|
make your changes and send a pull request on GitHub.
|
||||||
* Make a patch, report a bug/feature request (see below) and attach the patch
|
* Make a patch, report a bug/feature request (see below) and attach the patch
|
||||||
to it.
|
to it.
|
||||||
* Send me an Email with a patch (see Contact section below).
|
|
||||||
* Send me an Email with the changed files only.
|
|
||||||
|
|
||||||
You can contribute by fixing or reporting bugs in our issue tracker:
|
You can contribute by fixing or reporting bugs in our issue tracker:
|
||||||
https://github.com/sirver/ultisnips/issues
|
https://github.com/sirver/ultisnips/issues
|
||||||
|
|
||||||
If you like this plugin, please vote for it on its Vim script page >
|
|
||||||
http://www.vim.org/scripts/script.php?script_id=2715
|
|
||||||
It is life-changing for me. Maybe it is for you too.
|
|
||||||
|
|
||||||
|
|
||||||
=============================================================================
|
=============================================================================
|
||||||
7. Contact *UltiSnips-contact*
|
7. Contributors *UltiSnips-contributors*
|
||||||
|
|
||||||
You can reach me at SirVer -AT- gmx -ADOT- de.
|
UltiSnips has been started and maintained from Jun 2009 - Dec 2015 by Holger
|
||||||
|
Rapp (@SirVer, SirVer@gmx.de). It is now maintained by Stanislav Seletskiy
|
||||||
|
(@seletskiy).
|
||||||
|
|
||||||
This project aims to be the one-for-all solution for Snippets for Vim. If you
|
This is the list of contributors pre-git in chronological order. For a full
|
||||||
miss a feature or find a bug, please contact me or add an issues to our issues
|
list of contributors take the union of this set and the authors according to
|
||||||
tracker.
|
git log.
|
||||||
|
|
||||||
=============================================================================
|
|
||||||
8. Contributors *UltiSnips-contributors*
|
|
||||||
|
|
||||||
The primary developer of UltiSnips is SirVer (Holger Rapp). The following
|
|
||||||
individuals have contributed to UltiSnips (in chronological order):
|
|
||||||
|
|
||||||
JCEB - Jan Christoph Ebersbach
|
JCEB - Jan Christoph Ebersbach
|
||||||
Michael Henry
|
Michael Henry
|
||||||
@ -1792,7 +1775,4 @@ individuals have contributed to UltiSnips (in chronological order):
|
|||||||
Ye Ding - dyng
|
Ye Ding - dyng
|
||||||
Greg Hurrell - wincent
|
Greg Hurrell - wincent
|
||||||
|
|
||||||
|
|
||||||
Thank you for your support.
|
|
||||||
|
|
||||||
vim:tw=78:ts=8:ft=help:norl:
|
vim:tw=78:ts=8:ft=help:norl:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user