File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1919 echo syntax on
2020) >> " %VIMRC% "
2121
22- REM SET "VIM_CMD=%VIMPRG% --clean -u %VIMRC% -i NONE --not-a-term"
23- SET " VIM_CMD = %VIMPRG% --clean -u %VIMRC% -i NONE"
22+ SET " VIM_CMD = %VIMPRG% --clean -u %VIMRC% -i NONE --not-a-term"
2423
2524REM Check if the vimrc file was created successfully
2625if NOT EXIST " %VIMRC% " (
@@ -35,8 +34,7 @@ type "%VIMRC%"
3534echo/
3635
3736REM Run Vim with the specified configuration and additional commands
38- REM SET "TEST_FILES=['test_markdown_extras.vim', 'test_utils.vim', 'test_regex.vim']"
39- SET " TEST_FILES = ['test_utils.vim']"
37+ SET " TEST_FILES = ['test_markdown_extras.vim', 'test_utils.vim', 'test_regex.vim']"
4038%VIM_CMD% -c " vim9cmd g:TestFiles = %TEST_FILES% " -S " runner.vim"
4139REM If things go wrong uncomment the following line and see e.g. if the
4240REM vimrc_for_test is valid, check :messages and so on.
You can’t perform that action at this time.
0 commit comments