From 076005456012de32e2f0e5bb6d092f22d30d611d Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Sun, 16 Aug 2015 07:07:40 +0900 Subject: [PATCH] Clear markers before save buffers --- autoload/neosnippet/init.vim | 1 + 1 file changed, 1 insertion(+) 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