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*