commit | 9b123d859053ad1fb91d38334726b9f24da39930 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 14 22:39:11 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 14 22:39:11 2020 +0200 |
tree | 543fd4e6d63b59761146211250846ec4288750d9 | |
parent | 71abe4828974af495602ffaff63cf643a16de84b [diff] [blame] |
patch 8.2.1687: Vim9: out of bounds error Problem: Vim9: out of bounds error. Solution: Check that cmdidx is not negative.
diff --git a/src/version.c b/src/version.c index a0a6983..0d0eaa5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1687, +/**/ 1686, /**/ 1685,