From 2cae71343a2775b4159b599569a10ec23b24412b Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Fri, 15 Dec 2017 22:14:51 +0800 Subject: [PATCH] Load script in plugin --- .ci/common/github_commenter.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/common/github_commenter.vim b/.ci/common/github_commenter.vim index fecfdfe53..c09cd6fe6 100644 --- a/.ci/common/github_commenter.vim +++ b/.ci/common/github_commenter.vim @@ -1,6 +1,7 @@ exe 'set nocp' set rtp+=/build/GitHub.vim set rtp+=/API +so /build/GitHub.vim/plugin/github.vim let s:LIST = SpaceVim#api#import('data#list') let s:log = filereadable('build_log') ? system('cat build_log') : '' function! s:update_log(log, summary, new_log) abort