Fix #199 add :NeoSnippetClearMarkers command

This commit is contained in:
Shougo Matsushita
2013-12-25 21:56:56 +09:00
parent f657404c22
commit 38a24ec1db
4 changed files with 67 additions and 42 deletions

View File

@@ -71,7 +71,6 @@ COMMANDS *neosnippet-commands*
*:NeoSnippetMakeCache*
:NeoSnippetMakeCache [filetype]
Creates a cache for the snippets of the given [filetype]. It
automatically chooses the current buffer's file type unless you
specify another one by [filetype].
@@ -120,10 +119,15 @@ COMMANDS *neosnippet-commands*
*:NeoSnippetSource*
:NeoSnippetSource [filename]
Load the snippets of a [filetype].
Note: The loaded snippets are enabled in current buffer only.
*:NeoSnippetClearMarkers*
:NeoSnippetClearMarkers
Clear current markers.
Note: If you delete markers, you cannot jump to next
placeholder.
------------------------------------------------------------------------------
VARIABLES *neosnippet-variables*
@@ -725,5 +729,9 @@ Q: I want to add snippets dynamically.
A: You can use |:NeoSnippetSource| for it.
Q: I want to delete markers in multiline snippet.
A: You can use |:NeoSnippetClearMarkers| command.
==============================================================================
vim:tw=78:ts=8:ft=help:norl:noet:fen:noet: