commit | 3b8c7083b265c35861a7f96b01c079471ff45152 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 30 20:20:56 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 30 20:20:56 2022 +0000 |
tree | 71d5b80407f912d39de8532da6f6d817bc2e8d11 | |
parent | 4c5678ff0c376661d4a8183a5a074a1203413b9d [diff] [blame] |
patch 9.0.0978: build errors without the +channel feature Problem: Build errors without the +channel feature. (John Marriott) Solution: Adjust #ifdefs.
diff --git a/src/message.c b/src/message.c index a2fc008..591691f 100644 --- a/src/message.c +++ b/src/message.c
@@ -37,7 +37,7 @@ static char_u *confirm_msg_tail; // tail of confirm_msg static void display_confirm_msg(void); #endif -#ifdef FEAT_JOB_CHANNEL +#ifdef FEAT_EVAL static int emsg_to_channel_log = FALSE; #endif