commit | e015d99abb4276f47ce97bad1ad5ff0c658b1c8a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 17 19:01:53 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 17 19:01:53 2021 +0000 |
tree | 488caa14036c3ee396883bdff6a265398dbedc77 | |
parent | 64066b9acd9f8cffdf4840f797748f938a13f2d6 [diff] [blame] |
patch 8.2.3613: :find test fails Problem: :find test fails. Solution: Put length check inside if block.
diff --git a/src/version.c b/src/version.c index 197f019..4f0dac7 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3613, +/**/ 3612, /**/ 3611,