File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1313(
1414 echo vim9script
1515 echo # ---- dummy vimrc file content -----
16- echo set nocompatible
1716 echo set runtimepath+=..
1817 echo set runtimepath+=../after
19- echo set autoindent
2018 echo filetype plugin indent on
2119 echo # ----------------------------------
2220) >> " %VIMRC% "
@@ -37,7 +35,7 @@ REM Run Vim with the specified configuration and additional commands
3735%VIM_CMD% -c " vim9cmd g:TestName = 'test_markdown_extras.vim'" -S " runner.vim"
3836REM If things go wrong uncomment the following line and see e.g. if the
3937REM vimrc_for_test is valid, check :messages and so on.
40- REM %VIM_CMD% -c "vim9cmd g:TestName = 'test_markdown_extras.vim'" -c "e some_file.vim "
38+ REM %VIM_CMD% -c "vim9cmd g:TestName = 'test_markdown_extras.vim'" -c "e README.md "
4139
4240REM Check the exit code of Vim command
4341if %ERRORLEVEL% EQU 0 (
You can’t perform that action at this time.
0 commit comments