commit | 0d03263fd731986c0eee1a08e0f1b19f1bc3a7ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 17 12:45:15 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 17 12:45:15 2022 +0100 |
tree | 7777e5301a42e533fc3c51af7ea541816fb29985 | |
parent | 7ce5b2b590256ce53d6af28c1d203fb3bc1d2d97 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 485e257..7bdf346 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4970, +/**/ 4969, /**/ 4968,