commit | 5a664fe57fe7ba65a771bc95ef1c205e4db193b7 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Wed Dec 29 18:16:21 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 29 18:16:21 2021 +0000 |
tree | f5ce0ac38f78b3fe6e95448f7f5d58f4078ef68a | |
parent | ba26367fea3b63df49d274f3d5cca0af38402add [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 15df860..0f0414e 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3939, +/**/ 3938, /**/ 3937,