bugfix: neosnippet#caching_snippets doesn't exist.

This commit is contained in:
ujihisa 2012-09-30 15:19:06 -07:00
parent 5cd0e35f10
commit 3378bf8652
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ augroup neosnippet"{{{
autocmd FileType * call neosnippet#caching()
" Recaching events
autocmd BufWritePost *.snip,*.snippets
\ call neosnippet#caching_snippets(expand('<afile>:t:r'))
\ call neosnippet#make_cache(expand('<afile>:t:r'))
augroup END"}}}
" Commands."{{{