mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 9.0.0747: too many #ifdefs
Problem: Too many #ifdefs. Solution: Gradudate the +cmdline_info feature. (Martin Tournoij, closes #11330)
This commit is contained in:
committed by
Bram Moolenaar
parent
856c5d2bc7
commit
ba43e76fcd
@@ -158,11 +158,7 @@ static char *(features[]) =
|
||||
#endif
|
||||
"+cmdline_compl",
|
||||
"+cmdline_hist",
|
||||
#ifdef FEAT_CMDL_INFO
|
||||
"+cmdline_info",
|
||||
#else
|
||||
"-cmdline_info",
|
||||
#endif
|
||||
"+comments",
|
||||
#ifdef FEAT_CONCEAL
|
||||
"+conceal",
|
||||
@@ -699,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
747,
|
||||
/**/
|
||||
746,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user