commit | 0779fab2979d6d055ba3c464f1c2b9d90dc9e49f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 18 22:18:18 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 18 22:18:18 2020 +0200 |
tree | ffb8a09814a4a667086a26ade06b552d3039bb31 | |
parent | c8cb883015619cfe6db931ac2d6e15b0be5c56ed [diff] [blame] |
patch 8.2.1008: Vim9: no test for disassambling newly added instructions Problem: Vim9: no test for disassambling newly added instructions. Solution: Add a function and check disassembly.
diff --git a/src/version.c b/src/version.c index 6ea02b9..a3fedf1 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1008, +/**/ 1007, /**/ 1006,