1
0
forked from aniani/vim

patch 8.2.0876: :pwd does not give a hint about the scope of the directory

Problem:    :pwd does not give a hint about the scope of the directory
Solution:   Make ":verbose pwd" show the scope. (Takuya Fujiwara, closes #5469)
This commit is contained in:
Bram Moolenaar
2020-06-01 16:26:19 +02:00
parent 6c9ba04280
commit 950587242c
4 changed files with 36 additions and 4 deletions

View File

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