1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:20:04 +08:00

fix(vim-chat): detach all files in bundle vim-chat

This commit is contained in:
wsdjeg 2022-05-01 16:57:43 +08:00
parent 80701af845
commit 405e7991b1

View File

@ -5,7 +5,7 @@ _detact () {
} }
_detact_bundle () { _detact_bundle () {
cp -f ../../bundle/$1/$2 $2 cp -f ../../bundle/$1/* .
} }
_checkdir () { _checkdir () {
@ -240,8 +240,7 @@ EOT
_checkdir syntax/ _checkdir syntax/
_detact autoload/SpaceVim/api.vim _detact autoload/SpaceVim/api.vim
_detact autoload/SpaceVim/api/job.vim _detact autoload/SpaceVim/api/job.vim
_detact_bundle vim-chat autoload/chat.vim _detact_bundle vim-chat
_detact_bundle vim-chat autoload/chat/windows.vim
_detact LICENSE _detact LICENSE
git add . git add .
git config user.email "wsdjeg@qq.com" git config user.email "wsdjeg@qq.com"