1
0
forked from aniani/vim

patch 8.2.4970: "eval 123" gives an error, "eval 'abc'" does not

Problem:    "eval 123" gives an error, "eval 'abc'" does not.
Solution:   Also give an error when evaluating only a string. (closes #10434)
This commit is contained in:
Bram Moolenaar
2022-05-17 12:45:15 +01:00
parent 7ce5b2b590
commit 0d03263fd7
3 changed files with 25 additions and 2 deletions

View File

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