From b8f267513df8a75e3516425004dc9067ca6ca5eb Mon Sep 17 00:00:00 2001 From: cpfaff Date: Tue, 30 Oct 2012 11:46:27 +0100 Subject: [PATCH] improves the documentation of the key mapping secion --- doc/neosnippet.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt index 90dc0ea..65ed6c1 100644 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -203,7 +203,7 @@ s_(neosnippet_expand_or_jump) *(neosnippet_jump_or_expand)* s_(neosnippet_jump_or_expand) *s_(neosnippet_jump_or_expand)* - Jump to the next placeholder. If there is no placeholder, it expand a + Jump to the next placeholder. If there is no placeholder, it expands a multi line cursor snippet. *(neocomplcache_snippets_jump)* @@ -234,7 +234,8 @@ s_(neosnippet_jump) i_(neosnippet_start_unite_snippet) *i_(neosnippet_start_unite_snippet)* Starts the unite snippet source. You can expand a snippet by the - unite interface. Note: |unite.vim| is required. + unite interface. Note: The plugin |unite.vim| is required for + that. *(neocomplcache_start_unite_snippet)* Note: |(neocomplcache_start_unite_snippet)| is an obsolete @@ -242,11 +243,11 @@ i_(neosnippet_start_unite_snippet) x_(neosnippet_expand_target) *x_(neosnippet_expand_target)* - Expand the inputted trigger by selected target text. + Expand the input trigger by a selected target text. x_(neosnippet_register_oneshot_snippet) *x_(neosnippet_register_oneshot_snippet)* - Register oneshot snippet in current buffer. + Register oneshot snippet in the current buffer. neosnippet#expandable() *neosnippet#expandable()*