- Improved s:check_initialize().

This commit is contained in:
Shougo Matsushita 2013-05-21 14:29:00 +09:00
parent d402391f08
commit e9b3d8f00e
1 changed files with 1 additions and 3 deletions

View File

@ -57,9 +57,7 @@ function! s:check_initialize() "{{{
if !exists('s:is_initialized') if !exists('s:is_initialized')
let s:is_initialized = 1 let s:is_initialized = 1
call s:initialize_script_variables() call neosnippet#initialize()
call s:initialize_others()
call s:initialize_cache()
endif endif
endfunction"}}} endfunction"}}}