]> granicus.if.org Git - vim/commit
patch 8.0.1489: there is no easy way to get the global directory v8.0.1489
authorBram Moolenaar <Bram@vim.org>
Fri, 9 Feb 2018 19:53:59 +0000 (20:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 9 Feb 2018 19:53:59 +0000 (20:53 +0100)
commit5459129af2a832a027a1e7ca2d6177c26647d64f
treee001cd02a219302d36cb41ede9fe4c72bdbb9718
parent0d2073773218736e368786f0db7024bd9b9e7912
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)
runtime/doc/eval.txt
src/evalfunc.c
src/testdir/test_getcwd.vim
src/version.c