mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.1.1210: support for user commands is spread out
Problem: Support for user commands is spread out. No good reason to make user commands optional. Solution: Move user command support to usercmd.c. Always enable the user_commands feature.
This commit is contained in:
@@ -672,11 +672,7 @@ static char *(features[]) =
|
||||
#else
|
||||
"-toolbar",
|
||||
#endif
|
||||
#ifdef FEAT_USR_CMDS
|
||||
"+user_commands",
|
||||
#else
|
||||
"-user_commands",
|
||||
#endif
|
||||
#ifdef FEAT_VARTABS
|
||||
"+vartabs",
|
||||
#else
|
||||
@@ -771,6 +767,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1210,
|
||||
/**/
|
||||
1209,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user