mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 9.0.0978: build errors without the +channel feature
Problem: Build errors without the +channel feature. (John Marriott) Solution: Adjust #ifdefs.
This commit is contained in:
@@ -37,7 +37,7 @@ static char_u *confirm_msg = NULL; // ":confirm" message
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user