commit | 3b9fcfcffab8f927a01877804fa6ac5bbca34c7a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 18 20:20:27 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 18 20:20:27 2018 +0200 |
tree | 3aca2d329ff5a40fd1cb5190ab248e6a54f5eb70 | |
parent | 4d77c65a9e57e1d1a459c44411930c7a892835fd [diff] [blame] |
patch 8.1.0294: MS-Windows: sometimes uses short directory name Problem: MS-Windows: sometimes uses short directory name. Solution: Expand to long file name with correct caps. (Nobuhiro Takasaki, closes #3334)
diff --git a/src/version.c b/src/version.c index c5975e8..8cf1ad4 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 294, +/**/ 293, /**/ 292,