commit | 4902ab16cbb6e00f4fee8bbdf16f1383fd8ba42f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 15 19:21:31 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 15 19:21:31 2020 +0200 |
tree | 8348a22526a1f80ba1ef1357f23d98b88ff39341 | |
parent | 7e6f3fcc3ce89fc8ade85be39aa475e606c0b26c [diff] [blame] |
patch 8.2.0757: Vim9: no test for MEMBER instruction Problem: Vim9: no test for MEMBER instruction. Solution: Add a test. Make matches stricter.
diff --git a/src/version.c b/src/version.c index 44f816a..0618447 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 757, +/**/ 756, /**/ 755,