commit | a5d3841177e0b3545381c875d0b4b442f38784bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 02 21:02:35 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 02 21:02:35 2020 +0200 |
tree | 548f839d40bb33e4f02b342610439754c82d448d | |
parent | 4da7a259f6b28a4f855a6fa7d0ede5e038600154 [diff] [blame] |
patch 8.2.1569: Vim9: fixes not tested; failure in getchangelist() Problem: Vim9: fixes for functions not tested; failure in getchangelist(). Solution: Add tests. (closes #6813, closes #6815, closes #6817)
diff --git a/src/version.c b/src/version.c index 840c325..6d97899 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1569, +/**/ 1568, /**/ 1567,