Fix #199 add :NeoSnippetClearMarkers command
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user