comparison src/version.c @ 26402:9a7fb0665f9f v8.2.3732

patch 8.2.3732: "set! termcap" test fails Commit: https://github.com/vim/vim/commit/cd2f8f0e0007bb77fc2035e6ad6227bb6661c612 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 3 21:18:14 2021 +0000 patch 8.2.3732: "set! termcap" test fails Problem: "set! termcap" test fails. Solution: Account for keys without a t_xx entry.
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 Dec 2021 22:30:04 +0100
parents d26bab4f6aca
children 1bbb884c8561
comparison
equal deleted inserted replaced
26401:71b8e7b260c7 26402:9a7fb0665f9f
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 3732,
756 /**/ 758 /**/
757 3731, 759 3731,
758 /**/ 760 /**/
759 3730, 761 3730,
760 /**/ 762 /**/