typo, turn names into links

This commit is contained in:
Marc Weber 2014-02-07 12:58:05 +01:00
parent ad40a2e1c8
commit 9cf136348b

View File

@ -14,32 +14,33 @@ Contents
snippets/*: snippets using snipmate format snippets/*: snippets using snipmate format
UltiSnips/*: snippets using UltiSnips format UltiSnips/*: snippets using UltiSnips format
Snippet engines Snippet engines supporting vim-snippets
=============== ========================================
There are different forks of snippet engines which allow the user to insert There are different forks of snippet engines which allow the user to insert
sippets by typing the name of a snippet hitting the expansion mapping. snippets by typing the name of a snippet hitting the expansion mapping.
garbas/vim-snipmate [4]: github.com/garbas/vim-snipmate:
VimL, snipmate-snippets, engine sometimes behaves strange, supports VimL, snipmate-snippets, engine sometimes behaves strange, supports
rewriting snippets on the fly (eg adding a second version with folding rewriting snippets on the fly (eg adding a second version with folding
markers) markers)
MarcWeber/UltiSnips [6]: github.com/MarcWeber/UltiSnips:
python, snipmate-snippets and UltiSnips-snippets python, snipmate-snippets and UltiSnips-snippets
SirVer/ultisnips [7]: github.com/SirVer/ultisnips:
python, UltiSnips-snippets python, UltiSnips-snippets
github.com/Shougo/neosnippet [5]: github.com/Shougo/neosnippet:
viml, has a compatible mode allowing to reuse most snipmate snippets ? viml, has a compatible mode allowing to reuse most snipmate snippets ?
XPTemplate: github.com/drmingdrmer/xptemplate:
totally different syntax, does not read snippets contained in this file, Totally different syntax, does not read snippets contained in this file,
but it is also very powerful but it is also very powerful. It does not support vim-snippets (just
listing it here for completness)
... there are some more, but they have less features which is why I don't This tries to be a more comprehensive list (which still is incomplete)
mention them here http://vim-wiki.mawercer.de/wiki/topic/text-snippets-skeletons-templates.html
UltiSnips engine has additional features such as "nested snippets". UltiSnips engine has additional features such as "nested snippets".
@ -77,6 +78,11 @@ About how to install snipate see [snipmate@garbas](https://github.com/garbas/vim
I know that I should be reading the docs of the snippet engine, just let me copy paste into my .vmirc: I know that I should be reading the docs of the snippet engine, just let me copy paste into my .vmirc:
(See this pull request)[https://github.com/honza/vim-snippets/pull/307/files]. (See this pull request)[https://github.com/honza/vim-snippets/pull/307/files].
TROUBLE
=======
If you still have trouble getting this to work create a github ticket, ask on
irc or the mailinglist.
Policies / for contributors Policies / for contributors
=========================== ===========================
Some snippets are useful for almost all languages, so let's try to have the same Some snippets are useful for almost all languages, so let's try to have the same
@ -237,6 +243,5 @@ terms of the MIT license.
[2]: http://github.com/msanders [2]: http://github.com/msanders
[3]: http://github.com/garbas [3]: http://github.com/garbas
[4]: http://github.com/garbas/vim-snipmate [4]: http://github.com/garbas/vim-snipmate
[5]: http://github.com/Shougo/neosnippet
[6]: http://github.com/MarcWeber/UltiSnips [6]: http://github.com/MarcWeber/UltiSnips
[7]: http://github.com/SirVer/ultisnips [7]: http://github.com/SirVer/ultisnips