commit | 4eaef9979fc5032606897963f1af37674ee0d422 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 30 21:26:16 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 30 21:26:16 2021 +0200 |
tree | 07992e60f3c84fae3bfa15b4916de9fd3a44e53e | |
parent | de05ae71589f46c5d27642c33fe5eb21b22aaf5d [diff] [blame] |
patch 8.2.3388: fnamemodify('path/..', ':p') differs from using 'path/../' Problem: fnamemodify('path/..', ':p') differs from using 'path/../'. Solution: Include the "/.." in the directory name. (closes #8808)
diff --git a/src/version.c b/src/version.c index af45ded..7aef272 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3388, +/**/ 3387, /**/ 3386,