commit | 7a4ca32175bef0f9a177052796bd9addd10dc218 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sun Jul 25 15:08:05 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 25 15:08:05 2021 +0200 |
tree | a97843cf615b86a4ad7dd221746cb5454df24a2f | |
parent | 8a4c812ede5b01a8e71082c1ff4ebfcbf1bd515f [diff] [blame] |
patch 8.2.3219: :find searches non-existing directories Problem: :find searches non-existing directories. Solution: Check the path is not "..". Update help. (Christian Brabandt, closes #8612, closes #8533)
diff --git a/src/version.c b/src/version.c index 9b334e6..ac5989f 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3219, +/**/ 3218, /**/ 3217,