commit | 1573e73f1c743d6792de8ee4b6f5b99545ebd3fb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 16 20:33:21 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 16 20:33:21 2022 +0000 |
tree | c5d0c482a623de7782588cb75d99176da553f86c | |
parent | 8303035d670a50e39a0c099f159ce450d6e1a14e [diff] [blame] |
patch 9.0.0890: no test for what patch 9.0.0827 fixes Problem: No test for what patch 9.0.0827 fixes. Solution: Add a test (still doesn't fail when fix is reverted).
diff --git a/src/version.c b/src/version.c index e6526e0..927f9c0 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 890, +/**/ 889, /**/ 888,