diff --git a/.ci/detach_plugin.sh b/.ci/detach_plugin.sh index 85a432327..798bc126e 100755 --- a/.ci/detach_plugin.sh +++ b/.ci/detach_plugin.sh @@ -278,8 +278,6 @@ EOT _detact autoload/SpaceVim/api.vim _detact autoload/SpaceVim/api/job.vim _detact_bundle git.vim LICENSE - _detact_bundle git.vim LICENSE - _detact_bundle git.vim README.md _detact_bundle git.vim README.md _detact_bundle git.vim addon-info.json _checkdir autoload/git/branch @@ -319,6 +317,8 @@ EOT _detact_bundle git.vim syntax/git-log.vim _detact_bundle git.vim syntax/git-rebase.vim _detact_bundle git.vim syntax/git-reflog.vim + _checkdir test + _detact_bundle git.vim test/vimrc git add . git config user.email "wsdjeg@qq.com" git config user.name "SpaceVimBot" diff --git a/bundle/git.vim/test/vimrc b/bundle/git.vim/test/vimrc new file mode 100644 index 000000000..c53f47681 --- /dev/null +++ b/bundle/git.vim/test/vimrc @@ -0,0 +1,8 @@ +set nocompatible +let s:path = expand(':p:h:h') +call execute('set rtp+=' . s:path) +filetype off +filetype plugin indent on +syntax enable + +