commit | 509ce2a558e7e0c03242e32e844255af52f1c821 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 11 22:52:15 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 11 22:52:15 2016 +0100 |
tree | a79ac8c1e42f2f9eefa81016328194a346dade06 | |
parent | de27989157f35172b25f9e01e0c147ed8f6ae3ce [diff] [blame] |
patch 7.4.1537 Problem: Too many feature flags for pipes, jobs and channels. Solution: Only use FEAT_JOB_CHANNEL.
diff --git a/src/gui.c b/src/gui.c index f7ec508..e91fcaf 100644 --- a/src/gui.c +++ b/src/gui.c
@@ -4949,7 +4949,7 @@ * of the argument ending up after the shell prompt. */ msg_clr_eos_force(); gui_start(); -#ifdef FEAT_CHANNEL +#ifdef FEAT_JOB_CHANNEL channel_gui_register_all(); #endif }