commit | 950587242cad52d067a15f0f0c83528a28f75731 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 01 16:26:19 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 01 16:26:19 2020 +0200 |
tree | ff69b30a48c1bca712733f8ad48944d79de2e74e | |
parent | 6c9ba0428041d5316871245be38c13faa0107026 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 8772e75..ce0e545 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 876, +/**/ 875, /**/ 874,