1
0
forked from aniani/vim

patch 8.2.2299: Vim9: invalid memory access making error message flaky

Problem:    Vim9: invalid memory access making error message flaky.
Solution:   Do not check cmd_argt for CMD_USER. (issue #7467)
This commit is contained in:
Bram Moolenaar
2021-01-04 16:15:58 +01:00
parent cef1270dec
commit d1510ee946
6 changed files with 40 additions and 6 deletions

View File

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