commit | a4962cd7bac8464d9f8d95d37614ecf595c5487e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 11 23:12:59 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 11 23:12:59 2022 +0100 |
tree | 7332fbb6aa254815c6b7746a4aca0b9af06044ba | |
parent | 7c6cd443757348aa987eed87506549ab6b2079fe [diff] [blame] |
patch 9.0.0728: extend() test fails Problem: extend() test fails. Solution: Item is final, not const.
diff --git a/src/version.c b/src/version.c index ec74f52..0a8eb00 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 728, +/**/ 727, /**/ 726,