Clear markers before save buffers

This commit is contained in:
Shougo Matsushita 2015-08-16 07:07:40 +09:00
parent a272ad16d1
commit 0760054560
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ function! s:initialize_others() "{{{
\ call neosnippet#variables#set_snippets({})
autocmd BufEnter *
\ call neosnippet#mappings#_clear_select_mode_mappings()
autocmd BufWritePre * NeoSnippetClearMarkers
augroup END"}}}
augroup neosnippet