commit | 3d0abad5bf4fe125e219f1b56c4e8200cb900e2a | [log] [tgz] |
---|---|---|
author | Richard Doty <richard.a.doty@gmail.com> | Wed Dec 29 14:39:08 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 29 14:39:08 2021 +0000 |
tree | f10f9bde115165002eb54daec16909c0b5ed2cfc | |
parent | 264d3ddac0f9474816c20a0e92014d6f7f4b08ac [diff] [blame] |
patch 8.2.3933: after ":cd" fails ":cd -" is incorrect Problem: After ":cd" fails ":cd -" is incorrect. Solution: Set the previous directory only after successfully changing directory. (Richard Doty, closes #9419, closes #8983)
diff --git a/src/version.c b/src/version.c index bbfa0ff..2b1ce02 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3933, +/**/ 3932, /**/ 3931,