1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2026-01-08 15:14:11 +01:00

fixed outline order in documentation.

This commit is contained in:
Michael Sanders
2009-04-19 21:53:54 -04:00
parent dc4cd34d31
commit b90ecd9ed6

View File

@@ -4,8 +4,9 @@ snipMate *snippet* *snippets* *snipMate*
Last Change: April 6, 2009
|snipMate-description| Description
|snipMate-usage| Usage
|snipMate-syntax| Snippet syntax
|snipMate-usage| Usage
|snipMate-settings| Settings
|snipMate-features| Features
|snipMate-disadvantages| Disadvantages to TextMate
|snipMate-contact| Contact
@@ -199,6 +200,7 @@ it multiple times.
==============================================================================
SETTINGS *snipMate-settings* *g:snips_author*
The g:snips_author string (similar to $TM_FULLNAME in TextMate) should be set
to your name; it can then be used in snippets to automatically add it. E.g.: >
@@ -240,6 +242,7 @@ snipMate.vim has the following features among others:
- (New) File-based snippets are supported.
- (New) Triggers after non-word delimiters are expanded, e.g. "foo"
in "bar.foo".
- (New) Nested snippets are possible.
==============================================================================
DISADVANTAGES *snipMate-disadvantages*