commit | 5459129af2a832a027a1e7ca2d6177c26647d64f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 09 20:53:59 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 09 20:53:59 2018 +0100 |
tree | e001cd02a219302d36cb41ede9fe4c72bdbb9718 | |
parent | 0d2073773218736e368786f0db7024bd9b9e7912 [diff] [blame] |
patch 8.0.1489: there is no easy way to get the global directory Problem: There is no easy way to get the global directory, esp. if some windows have a local directory. Solution: Make getcwd(-1) return the global directory. (Andy Massimino, closes #2606)
diff --git a/src/version.c b/src/version.c index eb0c02a..ccc1066 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1489, +/**/ 1488, /**/ 1487,