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({})
|
||||
autocmd BufEnter *
|
||||
\ call neosnippet#mappings#_clear_select_mode_mappings()
|
||||
autocmd BufWritePre * NeoSnippetClearMarkers
|
||||
augroup END"}}}
|
||||
|
||||
augroup neosnippet
|
||||
|
Loading…
Reference in New Issue
Block a user