mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 17:49:57 +08:00
Load script in plugin
This commit is contained in:
parent
c5cccb7c14
commit
2cae71343a
@ -1,6 +1,7 @@
|
|||||||
exe 'set nocp'
|
exe 'set nocp'
|
||||||
set rtp+=/build/GitHub.vim
|
set rtp+=/build/GitHub.vim
|
||||||
set rtp+=/API
|
set rtp+=/API
|
||||||
|
so /build/GitHub.vim/plugin/github.vim
|
||||||
let s:LIST = SpaceVim#api#import('data#list')
|
let s:LIST = SpaceVim#api#import('data#list')
|
||||||
let s:log = filereadable('build_log') ? system('cat build_log') : ''
|
let s:log = filereadable('build_log') ? system('cat build_log') : ''
|
||||||
function! s:update_log(log, summary, new_log) abort
|
function! s:update_log(log, summary, new_log) abort
|
||||||
|
Loading…
x
Reference in New Issue
Block a user