mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.1.1901: the +insert_expand feature is not always available
Problem: The +insert_expand feature is not always available. Solution: Graduate the +insert_expand feature.
This commit is contained in:
@@ -300,11 +300,7 @@ static char *(features[]) =
|
||||
#else
|
||||
"-iconv",
|
||||
#endif
|
||||
#ifdef FEAT_INS_EXPAND
|
||||
"+insert_expand",
|
||||
#else
|
||||
"-insert_expand",
|
||||
#endif
|
||||
#ifdef FEAT_JOB_CHANNEL
|
||||
"+job",
|
||||
#else
|
||||
@@ -765,6 +761,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1901,
|
||||
/**/
|
||||
1900,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user