comparison src/version.c @ 27211:61d6a31a5874 v8.2.4134

patch 8.2.4134: MS-Windows: test for import with absolute path fails Commit: https://github.com/vim/vim/commit/113b8dc111febf605cd1492788353be6c3931fce Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 18 13:43:58 2022 +0000 patch 8.2.4134: MS-Windows: test for import with absolute path fails Problem: MS-Windows: test for import with absolute path fails. Solution: Handle path starting with slash as an absolute path.
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Jan 2022 14:45:05 +0100
parents fa09602eae48
children 42561e956a70
comparison
equal deleted inserted replaced
27210:307f23f40ccb 27211:61d6a31a5874
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 4134,
753 /**/ 755 /**/
754 4133, 756 4133,
755 /**/ 757 /**/
756 4132, 758 4132,
757 /**/ 759 /**/