commit | 8b9abfd86c736ed3f298dfa8b50a962c118b3983 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 29 20:49:05 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 29 20:49:05 2021 +0200 |
tree | 65874e39326cd7bfa6f8a73861bb00d01d5e4d76 | |
parent | 9dbe701fe19597ad59c0e0c70a05927b587bea9f [diff] [blame] |
patch 8.2.2675: directory change in a terminal window shell is not followed Problem: Directory change in a terminal window shell is not followed. Solution: Add the 'autoshelldir' option. (closes #6290)
diff --git a/src/version.c b/src/version.c index da20571..bc47c43 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2675, +/**/ 2674, /**/ 2673,