diff --git a/autoload/neosnippet/init.vim b/autoload/neosnippet/init.vim index 70393a1..768867a 100644 --- a/autoload/neosnippet/init.vim +++ b/autoload/neosnippet/init.vim @@ -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