comparison src/version.c @ 32673:bf6720206d58 v9.0.1667

patch 9.0.1667: regression test doesn't fail when fix is reverted Commit: https://github.com/vim/vim/commit/e42989374144a63d986b878618aeac328e35ac3b Author: zeertzjq <zeertzjq@outlook.com> Date: Mon Jun 26 19:02:43 2023 +0100 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 https://github.com/vim/vim/issues/12587, issue #12528)
author Bram Moolenaar <Bram@vim.org>
date Mon, 26 Jun 2023 20:15:02 +0200
parents 031c73248fa7
children 6f7359f4a4ba
comparison
equal deleted inserted replaced
32672:be673a3a79f3 32673:bf6720206d58
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1667,
698 /**/ 700 /**/
699 1666, 701 1666,
700 /**/ 702 /**/
701 1665, 703 1665,
702 /**/ 704 /**/