commit | f98a39ca57d001ba3e24831bae1e375790fb41f0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 18 22:18:23 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 18 22:18:23 2018 +0200 |
tree | fded5ab3d82a0600c94cfbd3cdab9c9475acbdeb | |
parent | bad0ce7b26be5eed8524347018f4c835b212f8d1 [diff] [blame] |
patch 8.0.1734: package directory not added to 'rtp' if prefix matches Problem: Package directory not added to 'rtp' if prefix matches. Solution: Check the match is a full match. (Ozaki Kiichi, closes #2817) Also handle different ways of spelling a path.
diff --git a/src/version.c b/src/version.c index 2cdd9e3..3abe29a 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1734, +/**/ 1733, /**/ 1732,