summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-01-13 22:35:40 +0000
committerBram Moolenaar <Bram@vim.org>2006-01-13 22:35:40 +0000
commita40ceaf88a6e2fbea7022dd84cd8dd5d903699e7 (patch)
tree204e108bdab14c1f09ce1746ac7b432f19fc5af7 /src/main.c
parent4770d09abd866bb53d95895dc6a5c5fe7cccb619 (diff)
updated for version 7.0180v7.0180
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 551e980f9a..fd85ea89d7 100644
--- a/src/main.c
+++ b/src/main.c
@@ -844,6 +844,12 @@ main
no_wait_return = FALSE;
starting = 0;
+#ifdef FEAT_TERMRESPONSE
+ /* Requesting the termresponse is postponed until here, so that a "-c q"
+ * argument doesn't make it appear in the shell Vim was started from. */
+ may_req_termresponse();
+#endif
+
/* start in insert mode */
if (p_im)
need_start_insertmode = TRUE;