mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:30:04 +08:00
Fix comment script
This commit is contained in:
parent
620a29660a
commit
c5cccb7c14
@ -1,9 +1,6 @@
|
||||
exe 'set nocp'
|
||||
set rtp+=build/GitHub.vim
|
||||
set rtp+=/API/
|
||||
so build/GitHub.vim/plugin/github.vim
|
||||
so build/GitHub.vim/autoload/github/api/issues.vim
|
||||
so build/GitHub.vim/autoload/github/api/util.vim
|
||||
set rtp+=/build/GitHub.vim
|
||||
set rtp+=/API
|
||||
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