1
0
forked from aniani/vim

patch 8.2.3618: getcwd() is unclear about how 'autochdir' is used

Problem:    getcwd() is unclear about how 'autochdir' is used.
Solution:   Update the help for getcwd().  Without any arguments always return
            the actual current directory. (closes #9142)
This commit is contained in:
Bram Moolenaar
2021-11-18 20:47:31 +00:00
parent 0526815c15
commit 851c7a699a
4 changed files with 29 additions and 6 deletions

View File

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