patch 8.2.2405: Vim9: no need to allow white space before "(" for :def

Problem:    Vim9: no need to allow white space before "(" for :def.
Solution:   Give an error for stray white space. (issue #7734)
This commit is contained in:
Bram Moolenaar
2021-01-24 21:14:20 +01:00
parent 107e9cecf7
commit 4efd994829
3 changed files with 40 additions and 0 deletions

View File

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