File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919 echo/
2020) >> " %VIMRC% "
2121
22- SET " VIM_CMD = %VIMPRG% --clean -u %VIMRC% -i NONE"
22+ SET " VIM_CMD = %VIMPRG% --clean -u %VIMRC% -i NONE --not-a-term "
2323
2424REM Check if the vimrc file was created successfully
2525if NOT EXIST " %VIMRC% " (
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ echo "" >> "$VIMRC"
3232
3333# Construct the VIM_CMD with correct variable substitution and quoting
3434# VIM_CMD="$VIM_PRG -u $VIMRC -U NONE -i NONE --noplugin -N --not-a-term"
35- VIM_CMD=" $VIM_PRG --clean -u $VIMRC -i NONE"
35+ VIM_CMD=" $VIM_PRG --clean -u $VIMRC -i NONE --not-a-term "
3636
3737# Add space separated tests, i.e. "test_markdown_extras.vim test_pippo.vim etc"
3838TESTS=" test_markdown_extras.vim"
You can’t perform that action at this time.
0 commit comments