From 36207ab53d261f0a298eac8b511c93f1368f0162 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 4 Aug 2024 10:13:17 +0800 Subject: [PATCH] test(scrollbar): fix scrollbar task --- .SpaceVim.d/tasks.toml | 2 +- bundle/scrollbar.vim/test/vimrc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.SpaceVim.d/tasks.toml b/.SpaceVim.d/tasks.toml index 000d0329d..4f249798a 100644 --- a/.SpaceVim.d/tasks.toml +++ b/.SpaceVim.d/tasks.toml @@ -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' diff --git a/bundle/scrollbar.vim/test/vimrc b/bundle/scrollbar.vim/test/vimrc index 6513a3936..ed448a04c 100644 --- a/bundle/scrollbar.vim/test/vimrc +++ b/bundle/scrollbar.vim/test/vimrc @@ -1,5 +1,6 @@ set nocompatible -set rtp=. +set rtp+=. set noswapfile filetype plugin indent on syntax enable +colorscheme desert