- Improved initializer.

This commit is contained in:
Shougo Matsushita
2013-11-19 16:04:32 +09:00
parent 3ff2918433
commit 3f4e7a6ea9
4 changed files with 201 additions and 168 deletions

View File

@@ -1,7 +1,7 @@
"=============================================================================
" FILE: neosnippet.vim
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
" Last Modified: 18 Nov 2013.
" Last Modified: 19 Nov 2013.
" License: MIT license {{{
" Permission is hereby granted, free of charge, to any person obtaining
" a copy of this software and associated documentation files (the
@@ -70,7 +70,7 @@ inoremap <expr><silent> <Plug>(neosnippet_start_unite_snippet)
"}}}
augroup neosnippet "{{{
autocmd InsertEnter * call neosnippet#initialize()
autocmd InsertEnter * call neosnippet#init#_initialize()
augroup END"}}}
" Commands. "{{{