1
0
forked from aniani/vim

patch 8.2.3174: Vim9: "legacy undo" finds "undo" variable

Problem:    Vim9: "legacy undo" finds "undo" variable.
Solution:   Do not pass lookup function to find_ex_command(). (closes #8563)
This commit is contained in:
Bram Moolenaar
2021-07-17 21:24:56 +02:00
parent a9a7c0c602
commit 47bc9c3337
3 changed files with 11 additions and 1 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3174,
/**/
3173,
/**/