Clear markers before save buffers
This commit is contained in:
parent
a272ad16d1
commit
0760054560
@ -88,6 +88,7 @@ function! s:initialize_others() "{{{
|
|||||||
\ call neosnippet#variables#set_snippets({})
|
\ call neosnippet#variables#set_snippets({})
|
||||||
autocmd BufEnter *
|
autocmd BufEnter *
|
||||||
\ call neosnippet#mappings#_clear_select_mode_mappings()
|
\ call neosnippet#mappings#_clear_select_mode_mappings()
|
||||||
|
autocmd BufWritePre * NeoSnippetClearMarkers
|
||||||
augroup END"}}}
|
augroup END"}}}
|
||||||
|
|
||||||
augroup neosnippet
|
augroup neosnippet
|
||||||
|
Loading…
Reference in New Issue
Block a user