diff --git a/plugin/neosnippet.vim b/plugin/neosnippet.vim index fe465be..c7f557a 100644 --- a/plugin/neosnippet.vim +++ b/plugin/neosnippet.vim @@ -84,7 +84,7 @@ augroup neosnippet"{{{ autocmd FileType * call neosnippet#caching() " Recaching events autocmd BufWritePost *.snip,*.snippets - \ call neosnippet#caching_snippets(expand(':t:r')) + \ call neosnippet#make_cache(expand(':t:r')) augroup END"}}} " Commands."{{{