Delete InsertLeave event

This commit is contained in:
Shougo Matsushita
2013-12-25 22:04:02 +09:00
parent 38a24ec1db
commit e5b90773b2
3 changed files with 4 additions and 23 deletions

View File

@@ -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: