commit | 30585e03a7ce6cf985f93ca30275bf4dae0d87cc | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Mon Mar 06 08:10:04 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 06 08:10:04 2023 +0000 |
tree | cdbf472db1e338235ba7363db77cab940d7f77da | |
parent | f86dea8119f3141e3d2c680219036d1511101f9b [diff] [blame] |
patch 9.0.1386: options test fails with some window width Problem: Options test fails with some window width. Solution: Adjust what text the test checks with. (closes #12111)
diff --git a/src/version.c b/src/version.c index 4288f31..994ddb9 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1386, +/**/ 1385, /**/ 1384,