mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:20:04 +08:00
Load script in plugin
This commit is contained in:
parent
c5cccb7c14
commit
2cae71343a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user