1
0
forked from aniani/vim

patch 8.2.2855: white space after "->" does not give E274

Problem:    White space after "->" does not give E274.
Solution:   Do not skip white space in legacy script. (closes #8212)
This commit is contained in:
Bram Moolenaar
2021-05-15 20:06:58 +02:00
parent 30e3de21fc
commit 0820f4de58
3 changed files with 14 additions and 3 deletions

View File

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