diff --git a/.SpaceVim.d/tasks.toml b/.SpaceVim.d/tasks.toml index 8a57407db..000d0329d 100644 --- a/.SpaceVim.d/tasks.toml +++ b/.SpaceVim.d/tasks.toml @@ -298,3 +298,10 @@ [open-nvim-030.options.env] VIM = 'D:\Neovim\v0.3.0\share\nvim' VIMRUNTIME = 'D:\Neovim\v0.3.0\share\nvim\runtime' +[bundle-scrollbar-vim-741185] + command = 'wt.exe' + args = ['-d', 'D:\wsdjeg\scrollbar.vim', 'D:\Vim\gvim_7.4.1185_x64\vim.exe', '-Nu', 'test/vimrc', '-c', 'Vader! ${relativeFile}'] + isBackground = true +[bundle-scrollbar-vim-741185.options.env] + VIM = 'D:\Vim\gvim_7.4.1185_x64' + VIMRUNTIME = 'D:\Vim\gvim_7.4.1185_x64' diff --git a/.ci/detach_plugin.sh b/.ci/detach_plugin.sh index 8009f932c..9f3336abc 100755 --- a/.ci/detach_plugin.sh +++ b/.ci/detach_plugin.sh @@ -450,6 +450,8 @@ EOT _detact_bundle scrollbar.vim README.md _checkdir plugin _detact_bundle scrollbar.vim plugin/scrollbar.vim + _checkdir test + _detact_bundle test/vimrc _checkdir lua/spacevim/plugin _detact lua/spacevim/plugin/scrollbar.lua _checkdir lua/spacevim/api/vim diff --git a/bundle/scrollbar.vim/test/vimrc b/bundle/scrollbar.vim/test/vimrc new file mode 100644 index 000000000..6513a3936 --- /dev/null +++ b/bundle/scrollbar.vim/test/vimrc @@ -0,0 +1,5 @@ +set nocompatible +set rtp=. +set noswapfile +filetype plugin indent on +syntax enable