commit | 26262f87770d3a1a68b09a70152d75c2e2ae186f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 04 20:59:15 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 04 20:59:15 2019 +0200 |
tree | a051b686adb302a8d050a85007aa335787ced0b4 | |
parent | 3f4f3d8e7e6fc0494d00cfb75669a554c8e67c8b [diff] [blame] |
patch 8.1.1985: code for dealing with paths is spread out Problem: Code for dealing with paths is spread out. Solution: Move path related functions from misc1.c to filepath.c. Remove NO_EXPANDPATH.
diff --git a/src/version.c b/src/version.c index 7715bc8..b394269 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1985, +/**/ 1984, /**/ 1983,