commit | ee2e52aa0655e02f900c74fb3a770bc55956d63d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 19 14:17:18 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 19 14:17:18 2020 +0100 |
tree | 56944071e783f608c1ce0aecac170a0b03e1261a | |
parent | 38a5f517a70d7b76361152d2898d7f826c5b2491 [diff] [blame] |
patch 8.2.0277: Vim9: not all instructions covered by tests Problem: Vim9: not all instructions covered by tests. Solution: Add more test cases.
diff --git a/src/version.c b/src/version.c index 5095de4..b76a354 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 277, +/**/ 276, /**/ 275,