Skip to content

Commit d12e7ba

Browse files
committed
Added syntax on to dummy vimrc and re-enabled all the tests
1 parent 6c8b529 commit d12e7ba

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/run_tests.cmd

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ REM
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

2524
REM Check if the vimrc file was created successfully
2625
if NOT EXIST "%VIMRC%" (
@@ -35,8 +34,7 @@ type "%VIMRC%"
3534
echo/
3635

3736
REM 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"
4139
REM If things go wrong uncomment the following line and see e.g. if the
4240
REM vimrc_for_test is valid, check :messages and so on.

0 commit comments

Comments
 (0)