mirror of
https://github.com/gryf/snipmate.vim.git
synced 2026-01-25 00:35:52 +01:00
fixed outline order in documentation.
This commit is contained in:
@@ -4,8 +4,9 @@ snipMate *snippet* *snippets* *snipMate*
|
|||||||
Last Change: April 6, 2009
|
Last Change: April 6, 2009
|
||||||
|
|
||||||
|snipMate-description| Description
|
|snipMate-description| Description
|
||||||
|snipMate-usage| Usage
|
|
||||||
|snipMate-syntax| Snippet syntax
|
|snipMate-syntax| Snippet syntax
|
||||||
|
|snipMate-usage| Usage
|
||||||
|
|snipMate-settings| Settings
|
||||||
|snipMate-features| Features
|
|snipMate-features| Features
|
||||||
|snipMate-disadvantages| Disadvantages to TextMate
|
|snipMate-disadvantages| Disadvantages to TextMate
|
||||||
|snipMate-contact| Contact
|
|snipMate-contact| Contact
|
||||||
@@ -199,6 +200,7 @@ it multiple times.
|
|||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
SETTINGS *snipMate-settings* *g:snips_author*
|
SETTINGS *snipMate-settings* *g:snips_author*
|
||||||
|
|
||||||
The g:snips_author string (similar to $TM_FULLNAME in TextMate) should be set
|
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.: >
|
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) File-based snippets are supported.
|
||||||
- (New) Triggers after non-word delimiters are expanded, e.g. "foo"
|
- (New) Triggers after non-word delimiters are expanded, e.g. "foo"
|
||||||
in "bar.foo".
|
in "bar.foo".
|
||||||
|
- (New) Nested snippets are possible.
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
DISADVANTAGES *snipMate-disadvantages*
|
DISADVANTAGES *snipMate-disadvantages*
|
||||||
|
|||||||
Reference in New Issue
Block a user