comparison src/version.c @ 26821:81f0d5a958b9 v8.2.3939

patch 8.2.3939: MS-Windows: fnamemodify('', ':p') does not work Commit: https://github.com/vim/vim/commit/5a664fe57fe7ba65a771bc95ef1c205e4db193b7 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Wed Dec 29 18:16:21 2021 +0000 patch 8.2.3939: MS-Windows: fnamemodify('', ':p') does not work Problem: MS-Windows: fnamemodify('', ':p') does not work. Solution: Do not consider an empty string a full path. (Yegappan Lakshmanan, closes #9428, closes #9427)
author Bram Moolenaar <Bram@vim.org>
date Wed, 29 Dec 2021 19:30:03 +0100
parents 0d798c7e1865
children f1618f8705e4
comparison
equal deleted inserted replaced
26820:6a6a985ee1d5 26821:81f0d5a958b9
747 NULL 747 NULL
748 }; 748 };
749 749
750 static int included_patches[] = 750 static int included_patches[] =
751 { /* Add new patch number below this line */ 751 { /* Add new patch number below this line */
752 /**/
753 3939,
752 /**/ 754 /**/
753 3938, 755 3938,
754 /**/ 756 /**/
755 3937, 757 3937,
756 /**/ 758 /**/