Delete InsertLeave event
This commit is contained in:
@@ -638,9 +638,6 @@ insert empty line in snippet end, you must insert placeholder.
|
||||
|
||||
|
||||
<
|
||||
Note: If you expand oneline snippet, the markers will be deleted in
|
||||
|InsertLeave|.
|
||||
|
||||
==============================================================================
|
||||
UNITE SOURCES *neosnippet-unite-sources*
|
||||
|
||||
@@ -729,9 +726,10 @@ Q: I want to add snippets dynamically.
|
||||
|
||||
A: You can use |:NeoSnippetSource| for it.
|
||||
|
||||
Q: I want to delete markers in multiline snippet.
|
||||
Q: I want to delete markers when InsertLeave event.
|
||||
|
||||
A: You can use |:NeoSnippetClearMarkers| command.
|
||||
A: You can use |:NeoSnippetClearMarkers| command. >
|
||||
autocmd InsertLeave * NeoSnippetClearMarkers
|
||||
|
||||
==============================================================================
|
||||
vim:tw=78:ts=8:ft=help:norl:noet:fen:noet:
|
||||
|
||||
Reference in New Issue
Block a user