commit | 7265851b2b4e5a63c0a02a9057dee237502ee557 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Nov 10 13:21:34 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 10 13:21:34 2022 +0000 |
tree | 1b7a1506e05a444a9f02834b6d77e87153f984fd | |
parent | 98aebcc2c6f4b131d2098ebc60c4a552a5163aec [diff] [blame] |
patch 9.0.0854: no proper test for what 9.0.0846 fixes Problem: No proper test for what 9.0.0846 fixes. Solution: Run test in a terminal so that the hit-enter prompt can show up. (closes #11523)
diff --git a/src/version.c b/src/version.c index 3b22d4e..a759a28 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 854, +/**/ 853, /**/ 852,