comparison src/proto.h @ 8493:caed4b2d305f v7.4.1537

commit https://github.com/vim/vim/commit/509ce2a558e7e0c03242e32e844255af52f1c821 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 11 22:52:15 2016 +0100 patch 7.4.1537 Problem: Too many feature flags for pipes, jobs and channels. Solution: Only use FEAT_JOB_CHANNEL.
author Christian Brabandt <cb@256bit.org>
date Fri, 11 Mar 2016 23:00:06 +0100
parents 05b88224cea1
children 9b048dced116
comparison
equal deleted inserted replaced
8492:a2a51c928924 8493:caed4b2d305f
191 # endif 191 # endif
192 192
193 # ifdef FEAT_NETBEANS_INTG 193 # ifdef FEAT_NETBEANS_INTG
194 # include "netbeans.pro" 194 # include "netbeans.pro"
195 # endif 195 # endif
196 # ifdef FEAT_CHANNEL 196 # ifdef FEAT_JOB_CHANNEL
197 # include "channel.pro" 197 # include "channel.pro"
198 # endif 198 # endif
199 199
200 # ifdef FEAT_GUI 200 # ifdef FEAT_GUI
201 # include "gui.pro" 201 # include "gui.pro"