1
0
forked from aniani/vim

patch 8.2.2214: ":e#" does not give a warning for missing white space

Problem:    ":e#" does not give a warning for missing white space.
Solution:   Adjust the check for white space. (closes #7545)
This commit is contained in:
Bram Moolenaar
2020-12-25 17:36:27 +01:00
parent 7cfcd0c99c
commit f8103f274e
3 changed files with 22 additions and 15 deletions

View File

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