1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2018-02-09 20:53:59 +01:00
parent 0d20737732
commit 5459129af2
4 changed files with 26 additions and 7 deletions

View File

@@ -771,6 +771,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1489,
/**/
1488,
/**/