comparison src/version.c @ 13384:6740c499de13 v8.0.1566

patch 8.0.1566: too many #ifdefs commit https://github.com/vim/vim/commit/8a3bb56230d220b8e1b4dcca517ed95f5341b8c7 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 4 20:14:14 2018 +0100 patch 8.0.1566: too many #ifdefs Problem: Too many #ifdefs. Solution: Graduate FEAT_SCROLLBIND and FEAT_CURSORBIND.
author Christian Brabandt <cb@256bit.org>
date Sun, 04 Mar 2018 20:15:05 +0100
parents 7cc66cd50eb3
children bf3de2fd98fa
comparison
equal deleted inserted replaced
13383:22bb9735bd16 13384:6740c499de13
166 #ifdef FEAT_CSCOPE 166 #ifdef FEAT_CSCOPE
167 "+cscope", 167 "+cscope",
168 #else 168 #else
169 "-cscope", 169 "-cscope",
170 #endif 170 #endif
171 #ifdef FEAT_CURSORBIND
172 "+cursorbind", 171 "+cursorbind",
173 #else
174 "-cursorbind",
175 #endif
176 #ifdef CURSOR_SHAPE 172 #ifdef CURSOR_SHAPE
177 "+cursorshape", 173 "+cursorshape",
178 #else 174 #else
179 "-cursorshape", 175 "-cursorshape",
180 #endif 176 #endif
554 "+ruby", 550 "+ruby",
555 # endif 551 # endif
556 #else 552 #else
557 "-ruby", 553 "-ruby",
558 #endif 554 #endif
559 #ifdef FEAT_SCROLLBIND
560 "+scrollbind", 555 "+scrollbind",
561 #else
562 "-scrollbind",
563 #endif
564 #ifdef FEAT_SIGNS 556 #ifdef FEAT_SIGNS
565 "+signs", 557 "+signs",
566 #else 558 #else
567 "-signs", 559 "-signs",
568 #endif 560 #endif
772 NULL 764 NULL
773 }; 765 };
774 766
775 static int included_patches[] = 767 static int included_patches[] =
776 { /* Add new patch number below this line */ 768 { /* Add new patch number below this line */
769 /**/
770 1566,
777 /**/ 771 /**/
778 1565, 772 1565,
779 /**/ 773 /**/
780 1564, 774 1564,
781 /**/ 775 /**/