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()
|
autocmd FileType * call neosnippet#caching()
|
||||||
" Recaching events
|
" Recaching events
|
||||||
autocmd BufWritePost *.snip,*.snippets
|
autocmd BufWritePost *.snip,*.snippets
|
||||||
\ call neosnippet#caching_snippets(expand('<afile>:t:r'))
|
\ call neosnippet#make_cache(expand('<afile>:t:r'))
|
||||||
augroup END"}}}
|
augroup END"}}}
|
||||||
|
|
||||||
" Commands."{{{
|
" Commands."{{{
|
||||||
|
Loading…
Reference in New Issue
Block a user