diff --git a/autoload/neosnippet/commands.vim b/autoload/neosnippet/commands.vim index 7dce9ac..f2c47fb 100644 --- a/autoload/neosnippet/commands.vim +++ b/autoload/neosnippet/commands.vim @@ -36,7 +36,7 @@ let s:edit_options = [ function! s:get_list() "{{{ if !exists('s:List') - let s:List = unite#util#get_vital().import('Data.List') + let s:List = vital#of('neosnippet').import('Data.List') endif return s:List endfunction"}}}