- Fixed error.

This commit is contained in:
Shougo Matsushita
2012-09-30 18:04:48 +09:00
parent 0739b9b12e
commit ba03d23a91
3 changed files with 54 additions and 22 deletions

View File

@@ -55,7 +55,7 @@ function! s:source.get_keyword_list(cur_keyword_str)"{{{
for filetype in neocomplcache#get_source_filetypes(
\ neosnippet#get_filetype())
if !has_key(s:snippets, filetype)
if !has_key(all_snippets, filetype)
" Caching snippets.
call neosnippet#caching_snippets(filetype)
endif