comparison src/version.c @ 27732:4cc78957f550 v8.2.4392

patch 8.2.4392: MS-Windows with VIMDLL: Escaping CSI is wrong Commit: https://github.com/vim/vim/commit/64d95cfc56406858a05032c6a134f1e08fe2ca78 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 15 17:17:18 2022 +0000 patch 8.2.4392: MS-Windows with VIMDLL: Escaping CSI is wrong Problem: MS-Windows with VIMDLL: Escaping CSI is wrong. Solution: Put back #ifdef. (Ken Takata, closes https://github.com/vim/vim/issues/9769)
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Feb 2022 18:30:03 +0100
parents ba47c7d07ce6
children 51a28e8be7c3
comparison
equal deleted inserted replaced
27731:9c5bc8cb5e28 27732:4cc78957f550
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4392,
753 /**/ 755 /**/
754 4391, 756 4391,
755 /**/ 757 /**/
756 4390, 758 4390,
757 /**/ 759 /**/