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