summaryrefslogtreecommitdiffstats
path: root/src/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/edit.c')
-rw-r--r--src/edit.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/edit.c b/src/edit.c
index bc74f44bb4..41154389ea 100644
--- a/src/edit.c
+++ b/src/edit.c
@@ -315,6 +315,9 @@ edit(
#endif
if (!p_ek)
{
+#ifdef FEAT_JOB_CHANNEL
+ ch_log_output = TRUE;
+#endif
// Disable bracketed paste mode, we won't recognize the escape
// sequences.
out_str(T_BD);
@@ -3724,6 +3727,9 @@ ins_esc(
#endif
if (!p_ek)
{
+#ifdef FEAT_JOB_CHANNEL
+ ch_log_output = TRUE;
+#endif
// Re-enable bracketed paste mode.
out_str(T_BE);