mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:30:04 +08:00
Detach scrollbar (#3827)
This commit is contained in:
parent
f1617ae128
commit
f13b867b9b
@ -34,6 +34,7 @@ else
|
||||
.ci/detach_plugin.sh dein-ui
|
||||
.ci/detach_plugin.sh vim-todo
|
||||
.ci/detach_plugin.sh iedit
|
||||
.ci/detach_plugin.sh scrollbar.vim
|
||||
.ci/push_baidu.sh
|
||||
fi
|
||||
fi
|
||||
|
@ -161,6 +161,25 @@ EOT
|
||||
rm -rf detach/$1
|
||||
exit 0
|
||||
;;
|
||||
scrollbar.vim)
|
||||
git clone https://github.com/wsdjeg/scrollbar.vim.git detach/$1
|
||||
cd detach/$1
|
||||
_checkdir autoload/SpaceVim/api/
|
||||
_detect autoload/SpaceVim/api.vim
|
||||
_detect autoload/SpaceVim/api/vim.vim
|
||||
_detect autoload/SpaceVim/plugins/scrollbar.vim
|
||||
_detect LICENSE
|
||||
_default_readme "scrollbar.vim" "floating scrollbar support for neovim/vim[wip]"
|
||||
git add .
|
||||
git config user.email "wsdjeg@qq.com"
|
||||
git config user.name "SpaceVimBot"
|
||||
git commit -m "Auto Update"
|
||||
git remote add wsdjeg_scrollbar https://SpaceVimBot:${BOTSECRET}@github.com/wsdjeg/scrollbar.vim.git
|
||||
git push wsdjeg_scrollbar master
|
||||
cd -
|
||||
rm -rf detach/$1
|
||||
exit 0
|
||||
;;
|
||||
spacevim-theme)
|
||||
exit 0
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user