Skip to content

Commit 9cf1363

Browse files
committed
typo, turn names into links
1 parent ad40a2e commit 9cf1363

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

Diff for: README.md

+18-13
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,33 @@ Contents
1414
snippets/*: snippets using snipmate format
1515
UltiSnips/*: snippets using UltiSnips format
1616

17-
Snippet engines
18-
===============
17+
Snippet engines supporting vim-snippets
18+
========================================
1919

2020
There are different forks of snippet engines which allow the user to insert
21-
sippets by typing the name of a snippet hitting the expansion mapping.
21+
snippets by typing the name of a snippet hitting the expansion mapping.
2222

23-
garbas/vim-snipmate [4]:
23+
github.com/garbas/vim-snipmate:
2424
VimL, snipmate-snippets, engine sometimes behaves strange, supports
2525
rewriting snippets on the fly (eg adding a second version with folding
2626
markers)
2727

28-
MarcWeber/UltiSnips [6]:
28+
github.com/MarcWeber/UltiSnips:
2929
python, snipmate-snippets and UltiSnips-snippets
3030

31-
SirVer/ultisnips [7]:
31+
github.com/SirVer/ultisnips:
3232
python, UltiSnips-snippets
3333

34-
github.com/Shougo/neosnippet [5]:
34+
github.com/Shougo/neosnippet:
3535
viml, has a compatible mode allowing to reuse most snipmate snippets ?
3636

37-
XPTemplate:
38-
totally different syntax, does not read snippets contained in this file,
39-
but it is also very powerful
37+
github.com/drmingdrmer/xptemplate:
38+
Totally different syntax, does not read snippets contained in this file,
39+
but it is also very powerful. It does not support vim-snippets (just
40+
listing it here for completness)
4041

41-
... there are some more, but they have less features which is why I don't
42-
mention them here
42+
This tries to be a more comprehensive list (which still is incomplete)
43+
http://vim-wiki.mawercer.de/wiki/topic/text-snippets-skeletons-templates.html
4344

4445
UltiSnips engine has additional features such as "nested snippets".
4546

@@ -77,6 +78,11 @@ About how to install snipate see [snipmate@garbas](https://github.com/garbas/vim
7778
I know that I should be reading the docs of the snippet engine, just let me copy paste into my .vmirc:
7879
(See this pull request)[https://github.com/honza/vim-snippets/pull/307/files].
7980

81+
TROUBLE
82+
=======
83+
If you still have trouble getting this to work create a github ticket, ask on
84+
irc or the mailinglist.
85+
8086
Policies / for contributors
8187
===========================
8288
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.
237243
[2]: http://github.com/msanders
238244
[3]: http://github.com/garbas
239245
[4]: http://github.com/garbas/vim-snipmate
240-
[5]: http://github.com/Shougo/neosnippet
241246
[6]: http://github.com/MarcWeber/UltiSnips
242247
[7]: http://github.com/SirVer/ultisnips

0 commit comments

Comments
 (0)