bugfix: neosnippet isn't unite (fixes #203)
This commit is contained in:
parent
bc7969afb2
commit
e27b72e119
@ -36,7 +36,7 @@ let s:edit_options = [
|
|||||||
|
|
||||||
function! s:get_list() "{{{
|
function! s:get_list() "{{{
|
||||||
if !exists('s: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
|
endif
|
||||||
return s:List
|
return s:List
|
||||||
endfunction"}}}
|
endfunction"}}}
|
||||||
|
Loading…
Reference in New Issue
Block a user