mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:30:04 +08:00
perf(git.vim): add test vimrc
This commit is contained in:
parent
8e7a75944c
commit
23d331d39c
@ -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"
|
||||
|
8
bundle/git.vim/test/vimrc
vendored
Normal file
8
bundle/git.vim/test/vimrc
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
set nocompatible
|
||||
let s:path = expand('<sfile>:p:h:h')
|
||||
call execute('set rtp+=' . s:path)
|
||||
filetype off
|
||||
filetype plugin indent on
|
||||
syntax enable
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user