commit | 730bf300202d82eff575581abc915b804275f18d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 24 20:43:56 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 24 20:43:56 2021 +0200 |
tree | 0df01b73c99ea900cbb1f90fd7fe3ad9fe3d4aa1 | |
parent | 340c59ec6f9635e8cbf61db7996d68f61b48679f [diff] [blame] |
patch 8.2.2808: Vim9: increment and decrement not sufficiently tested Problem: Vim9: increment and decrement not sufficiently tested. Solution: Add assertions.
diff --git a/src/version.c b/src/version.c index 842a7bc..4b0b1cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2808, +/**/ 2807, /**/ 2806,