- 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')
let s:is_initialized = 1
call s:initialize_script_variables()
call s:initialize_others()
call s:initialize_cache()
call neosnippet#initialize()
endif
endfunction"}}}