commit | 0de50864a78d8811aa9adef3318027c9bab40a90 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 05 22:55:48 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 05 22:55:48 2020 +0100 |
tree | ee968d35a5bfe501b7a43b0ea6adf44c78e7007a | |
parent | adbc11c2ee828fcc9d79c7d3c0c968c68657e3d1 [diff] [blame] |
patch 8.2.0218: several Vim9 instructions are not tested Problem: Several Vim9 instructions are not tested. Solution: Add more tests.
diff --git a/src/version.c b/src/version.c index 5a11a1f..b75f5d6 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 218, +/**/ 217, /**/ 216,