diff options
Diffstat (limited to 'src/optionstr.c')
-rw-r--r-- | src/optionstr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/optionstr.c b/src/optionstr.c index 177ce859f..430e3c34c 100644 --- a/src/optionstr.c +++ b/src/optionstr.c @@ -1434,6 +1434,9 @@ did_set_string_option( } if (varp == &T_BE && termcap_active) { +#ifdef FEAT_JOB_CHANNEL + ch_log_output = TRUE; +#endif if (*T_BE == NUL) // When clearing t_BE we assume the user no longer wants // bracketed paste, thus disable it by writing t_BD. |