bugfix: neosnippet isn't unite (fixes #203)

This commit is contained in:
ujihisa 2014-01-01 00:57:22 -08:00
parent bc7969afb2
commit e27b72e119
1 changed files with 1 additions and 1 deletions

View File

@ -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"}}}