comparison src/version.c @ 13553:04019fc3de93 v8.0.1650

patch 8.0.1650: too many #ifdefs commit https://github.com/vim/vim/commit/0c72fe4ed8430db41f43c5878e6ee60265dc49e9 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 29 16:04:08 2018 +0200 patch 8.0.1650: too many #ifdefs Problem: Too many #ifdefs. Solution: Graduate FEAT_LISTCMDS, no reason to leave out buffer commands.
author Christian Brabandt <cb@256bit.org>
date Thu, 29 Mar 2018 16:15:07 +0200
parents 1fd0f8392946
children 78ead137b2ad
comparison
equal deleted inserted replaced
13552:5417164ac275 13553:04019fc3de93
330 #ifdef FEAT_LISP 330 #ifdef FEAT_LISP
331 "+lispindent", 331 "+lispindent",
332 #else 332 #else
333 "-lispindent", 333 "-lispindent",
334 #endif 334 #endif
335 #ifdef FEAT_LISTCMDS
336 "+listcmds", 335 "+listcmds",
337 #else
338 "-listcmds",
339 #endif
340 #ifdef FEAT_LOCALMAP 336 #ifdef FEAT_LOCALMAP
341 "+localmap", 337 "+localmap",
342 #else 338 #else
343 "-localmap", 339 "-localmap",
344 #endif 340 #endif
764 NULL 760 NULL
765 }; 761 };
766 762
767 static int included_patches[] = 763 static int included_patches[] =
768 { /* Add new patch number below this line */ 764 { /* Add new patch number below this line */
765 /**/
766 1650,
769 /**/ 767 /**/
770 1649, 768 1649,
771 /**/ 769 /**/
772 1648, 770 1648,
773 /**/ 771 /**/