mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 07:10:06 +08:00
test(scrollbar): fix scrollbar task
This commit is contained in:
parent
f6276bcf54
commit
36207ab53d
@ -300,7 +300,7 @@
|
||||
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}']
|
||||
args = ['-d', 'D:\wsdjeg\scrollbar.vim', 'D:\Vim\gvim_7.4.1185_x64\vim.exe', '-Nu', 'test/vimrc']
|
||||
isBackground = true
|
||||
[bundle-scrollbar-vim-741185.options.env]
|
||||
VIM = 'D:\Vim\gvim_7.4.1185_x64'
|
||||
|
@ -1,5 +1,6 @@
|
||||
set nocompatible
|
||||
set rtp=.
|
||||
set rtp+=.
|
||||
set noswapfile
|
||||
filetype plugin indent on
|
||||
syntax enable
|
||||
colorscheme desert
|
||||
|
Loading…
Reference in New Issue
Block a user