bugfix: neosnippet#caching_snippets doesn't exist.
This commit is contained in:
parent
5cd0e35f10
commit
3378bf8652
@ -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."{{{
|
||||
|
Loading…
Reference in New Issue
Block a user