From b90ecd9ed633074b687174377c447669cda0bcfd Mon Sep 17 00:00:00 2001 From: Michael Sanders Date: Sun, 19 Apr 2009 21:53:54 -0400 Subject: [PATCH] fixed outline order in documentation. --- doc/snipMate.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/snipMate.txt b/doc/snipMate.txt index b9f0c72..fbe196e 100644 --- a/doc/snipMate.txt +++ b/doc/snipMate.txt @@ -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*