mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:40:05 +08:00
test(scrollbar): add scrollbar task
This commit is contained in:
parent
b808b8126a
commit
d8b0caedb1
@ -298,3 +298,10 @@
|
|||||||
[open-nvim-030.options.env]
|
[open-nvim-030.options.env]
|
||||||
VIM = 'D:\Neovim\v0.3.0\share\nvim'
|
VIM = 'D:\Neovim\v0.3.0\share\nvim'
|
||||||
VIMRUNTIME = 'D:\Neovim\v0.3.0\share\nvim\runtime'
|
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'
|
||||||
|
@ -450,6 +450,8 @@ EOT
|
|||||||
_detact_bundle scrollbar.vim README.md
|
_detact_bundle scrollbar.vim README.md
|
||||||
_checkdir plugin
|
_checkdir plugin
|
||||||
_detact_bundle scrollbar.vim plugin/scrollbar.vim
|
_detact_bundle scrollbar.vim plugin/scrollbar.vim
|
||||||
|
_checkdir test
|
||||||
|
_detact_bundle test/vimrc
|
||||||
_checkdir lua/spacevim/plugin
|
_checkdir lua/spacevim/plugin
|
||||||
_detact lua/spacevim/plugin/scrollbar.lua
|
_detact lua/spacevim/plugin/scrollbar.lua
|
||||||
_checkdir lua/spacevim/api/vim
|
_checkdir lua/spacevim/api/vim
|
||||||
|
5
bundle/scrollbar.vim/test/vimrc
Normal file
5
bundle/scrollbar.vim/test/vimrc
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
set nocompatible
|
||||||
|
set rtp=.
|
||||||
|
set noswapfile
|
||||||
|
filetype plugin indent on
|
||||||
|
syntax enable
|
Loading…
Reference in New Issue
Block a user