summaryrefslogtreecommitdiff
path: root/src/testdir/test_terminal.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test_terminal.vim')
-rw-r--r--src/testdir/test_terminal.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_terminal.vim b/src/testdir/test_terminal.vim
index b97cdb310..9d6fddd01 100644
--- a/src/testdir/test_terminal.vim
+++ b/src/testdir/test_terminal.vim
@@ -8,6 +8,7 @@ source shared.vim
source screendump.vim
let s:python = PythonProg()
+let $PROMPT_COMMAND=''
" Open a terminal with a shell, assign the job to g:job and return the buffer
" number.