mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 7.4.1222
Problem: ":normal" command and others missing in tiny build. Solution: Graduate FEAT_EX_EXTRA.
This commit is contained in:
@@ -221,11 +221,7 @@ static char *(features[]) =
|
||||
#else
|
||||
"-eval",
|
||||
#endif
|
||||
#ifdef FEAT_EX_EXTRA
|
||||
"+ex_extra",
|
||||
#else
|
||||
"-ex_extra",
|
||||
#endif
|
||||
#ifdef FEAT_SEARCH_EXTRA
|
||||
"+extra_search",
|
||||
#else
|
||||
@@ -746,6 +742,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1222,
|
||||
/**/
|
||||
1221,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user