Skip to content

Commit

Permalink
Improve vital usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Mar 26, 2016
1 parent c3435a9 commit 5b14dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/unite/sources/outline/modules/ctags.vim
Expand Up @@ -38,7 +38,7 @@ endfunction

let s:Tree = unite#sources#outline#import('Tree')
let s:Util = unite#sources#outline#import('Util')
let s:Process = vital#of('unite').import('Process')
let s:Process = unite#util#get_vital().import('Process')

function! s:get_SID() abort
return matchstr(expand('<sfile>'), '<SNR>\d\+_')
Expand Down

0 comments on commit 5b14dd6

Please sign in to comment.