commit | 16e9b85113e0b354ece1cb4f5fcc7866850f3685 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 19 19:59:35 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 19 19:59:35 2019 +0200 |
tree | 2abe4e3cffe8b0281f0690e5570a47eb2198a826 | |
parent | f5842c5a533346c4ff41ff666e465c85f1de35d5 [diff] [blame] |
patch 8.1.1355: obvious mistakes are accepted as valid expressions Problem: Obvious mistakes are accepted as valid expressions. Solution: Be more strict about parsing numbers. (Yasuhiro Matsumoto, closes #3981)
diff --git a/src/version.c b/src/version.c index 6d2416d..042a8bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1355, +/**/ 1354, /**/ 1353,