From e2d91cba2054be23ea41292baf93bff36e67044c Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Sun, 1 Jan 2017 18:55:44 +0900 Subject: [PATCH] Fix #362 documentation --- doc/neosnippet.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt index 5c7a521..789efae 100755 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -274,32 +274,32 @@ b:neosnippet_disable_snippet_triggers ------------------------------------------------------------------------------ KEY MAPPINGS *neosnippet-key-mappings* - *(neosnippet_expand_or_jump)* -(neosnippet_expand_or_jump) + *i_(neosnippet_expand_or_jump)* +i_(neosnippet_expand_or_jump) *s_(neosnippet_expand_or_jump)* s_(neosnippet_expand_or_jump) Expand a snippet in the current cursor position. If there is no snippet available it jumps to the next placeholder of the buffer. - *(neosnippet_jump_or_expand)* -(neosnippet_jump_or_expand) + *i_(neosnippet_jump_or_expand)* +i_(neosnippet_jump_or_expand) *s_(neosnippet_jump_or_expand)* s_(neosnippet_jump_or_expand) Jump to the next available placeholder in the buffer. If there is no placeholder it expands a snippet in the current cursor position. - *(neosnippet_expand)* -(neosnippet_expand) + *i_(neosnippet_expand)* +i_(neosnippet_expand) *s_(neosnippet_expand)* s_(neosnippet_expand) Expand a snippet in current cursor position. It only takes effect if there is a snippet text to expand or if you have chosen a snippet from popup menu. - *(neosnippet_jump)* -(neosnippet_jump) + *i_(neosnippet_jump)* +i_(neosnippet_jump) *s_(neosnippet_jump)* s_(neosnippet_jump) Jump to the next placeholder key. It does not expand any