comparison src/version.c @ 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 daebcbd87bd3
children 8877ea0a27ec
comparison
equal deleted inserted replaced
8492:a2a51c928924 8493:caed4b2d305f
104 #ifdef FEAT_BYTEOFF 104 #ifdef FEAT_BYTEOFF
105 "+byte_offset", 105 "+byte_offset",
106 #else 106 #else
107 "-byte_offset", 107 "-byte_offset",
108 #endif 108 #endif
109 #ifdef FEAT_CHANNEL 109 #ifdef FEAT_JOB_CHANNEL
110 "+channel", 110 "+channel",
111 #else 111 #else
112 "-channel", 112 "-channel",
113 #endif 113 #endif
114 #ifdef FEAT_CINDENT 114 #ifdef FEAT_CINDENT
287 #ifdef FEAT_INS_EXPAND 287 #ifdef FEAT_INS_EXPAND
288 "+insert_expand", 288 "+insert_expand",
289 #else 289 #else
290 "-insert_expand", 290 "-insert_expand",
291 #endif 291 #endif
292 #ifdef FEAT_JOB 292 #ifdef FEAT_JOB_CHANNEL
293 "+job", 293 "+job",
294 #else 294 #else
295 "-job", 295 "-job",
296 #endif 296 #endif
297 #ifdef FEAT_JUMPLIST 297 #ifdef FEAT_JUMPLIST
741 NULL 741 NULL
742 }; 742 };
743 743
744 static int included_patches[] = 744 static int included_patches[] =
745 { /* Add new patch number below this line */ 745 { /* Add new patch number below this line */
746 /**/
747 1537,
746 /**/ 748 /**/
747 1536, 749 1536,
748 /**/ 750 /**/
749 1535, 751 1535,
750 /**/ 752 /**/