commit | e42989374144a63d986b878618aeac328e35ac3b | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Mon Jun 26 19:02:43 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 26 19:02:43 2023 +0100 |
tree | 6babf06cfe56fdd08c552fda8681665d82ee1758 | |
parent | a2a90d5e202c3f8c5cbbf945b94833007b5711e7 [diff] [blame] |
patch 9.0.1667: regression test doesn't fail when fix is reverted Problem: Regression test doesn't fail when fix is reverted. Solution: Add "n" to 'cpoptions' instead of using :winsize. (closes #12587, issue #12528)
diff --git a/src/version.c b/src/version.c index 948a948..5c83d40 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1667, +/**/ 1666, /**/ 1665,