mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 12:50:04 +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'
|
VIMRUNTIME = 'D:\Neovim\v0.3.0\share\nvim\runtime'
|
||||||
[bundle-scrollbar-vim-741185]
|
[bundle-scrollbar-vim-741185]
|
||||||
command = 'wt.exe'
|
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
|
isBackground = true
|
||||||
[bundle-scrollbar-vim-741185.options.env]
|
[bundle-scrollbar-vim-741185.options.env]
|
||||||
VIM = 'D:\Vim\gvim_7.4.1185_x64'
|
VIM = 'D:\Vim\gvim_7.4.1185_x64'
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
set nocompatible
|
set nocompatible
|
||||||
set rtp=.
|
set rtp+=.
|
||||||
set noswapfile
|
set noswapfile
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
syntax enable
|
syntax enable
|
||||||
|
colorscheme desert
|
||||||
|
Loading…
Reference in New Issue
Block a user