1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 11:30:06 +08:00

test(scrollbar): add scrollbar task

This commit is contained in:
Eric Wong 2024-08-04 10:01:05 +08:00
parent b808b8126a
commit d8b0caedb1
3 changed files with 14 additions and 0 deletions

View File

@ -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'

View File

@ -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

View File

@ -0,0 +1,5 @@
set nocompatible
set rtp=.
set noswapfile
filetype plugin indent on
syntax enable