1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:50:05 +08:00

test(tasks): add vader-nvim-072 task

This commit is contained in:
Eric Wong 2024-03-20 19:29:56 +08:00
parent e7d90f4d82
commit 0ff4ab9255

View File

@ -5,6 +5,14 @@
[vader-test.options.env]
VIM_BIN = 'nvim'
VIM_Es = "--headless"
[vader-nvim-072]
command = "make"
args = ['test']
isBackground = false
[vader-nvim-072.options.env]
VIM_BIN = 'D:\Neovim\v0.7.2\bin\nvim.exe'
VIM_Es = "--headless"
VIM = 'D:\Neovim\v0.7.2'
[generate-vim-doc]
command = "python"
args = ['-m', 'vimdoc', '.']