commit | 5cab73f8cca46d831fb9337b176493da2a55ed5d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 06 19:25:19 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 06 19:25:19 2020 +0100 |
tree | 7336e8e2dac485ab9457474f45467b44cfe834ff | |
parent | 170fcfcf250954d76fca86e3fed088ddfdb49383 [diff] [blame] |
patch 8.2.0223: some instructions not yet tested Problem: Some instructions not yet tested. Solution: Disassemble more instructions. Move tests to a new file. Compile call to s:function().
diff --git a/src/version.c b/src/version.c index 09f9e9c..e76bdea 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 223, +/**/ 222, /**/ 221,