comparison src/version.c @ 28664:0e589fdf0081 v8.2.4856

patch 8.2.4856: MinGW compiler complains about unknown escape sequence Commit: https://github.com/vim/vim/commit/2890c0b9d2416489d48bc47567378503997fef84 Author: Christian Brabandt <cb@256bit.org> Date: Mon May 2 10:34:15 2022 +0100 patch 8.2.4856: MinGW compiler complains about unknown escape sequence Problem: MinGW compiler complains about unknown escape sequence. Solution: Avoid using a backslash in path. (Christian Brabandt, closes #10337)
author Bram Moolenaar <Bram@vim.org>
date Mon, 02 May 2022 11:45:04 +0200
parents dfe200e3d315
children 91faff07670a
comparison
equal deleted inserted replaced
28663:02ed0b0c5f5c 28664:0e589fdf0081
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4856,
749 /**/ 751 /**/
750 4855, 752 4855,
751 /**/ 753 /**/
752 4854, 754 4854,
753 /**/ 755 /**/