commit | 06b0734d9cd2f39d4c12c7fd89a100eadbe5be78 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 22:26:28 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 22:26:28 2015 +0100 |
tree | 697d2ef930655826c7c4a266a38fac6f8fc31c9b | |
parent | 9b05a0d0f94d8c4c1ddd51e7f31b73f7556bdbdc [diff] [blame] |
patch 7.4.1014 Problem: fnamemodify('.', ':.') returns an empty string in Cygwin. Solution: Use CCP_RELATIVE in the call to cygwin_conv_path. (Jacob Niehus, closes #505)
diff --git a/src/version.c b/src/version.c index f6f0754..699a7f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1014, +/**/ 1013, /**/ 1012,