- Fixed make cache behavior.

This commit is contained in:
Shougo Matsushita
2012-10-19 18:31:55 +09:00
parent 003ecce466
commit f0a97fa957
4 changed files with 20 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
"=============================================================================
" FILE: neosnippet.vim
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
" Last Modified: 30 Sep 2012.
" Last Modified: 19 Oct 2012.
" License: MIT license {{{
" Permission is hereby granted, free of charge, to any person obtaining
" a copy of this software and associated documentation files (the
@@ -84,7 +84,7 @@ augroup neosnippet"{{{
autocmd FileType * call neosnippet#caching()
" Recaching events
autocmd BufWritePost *.snip,*.snippets
\ call neosnippet#make_cache(expand('<afile>:t:r'))
\ call neosnippet#recaching()
augroup END"}}}
" Commands."{{{