Skip to content

Commit b049fd9

Browse files
committed
Re-added --not-a-term flag
1 parent 84311d2 commit b049fd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/run_tests.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ REM
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

2424
REM Check if the vimrc file was created successfully
2525
if NOT EXIST "%VIMRC%" (

test/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
3838
TESTS="test_markdown_extras.vim"

0 commit comments

Comments
 (0)