commit | e5d91ba1de83949eb9357c0fb8cbd91e7e69be6f | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun May 14 17:39:18 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 14 17:39:18 2023 +0100 |
tree | d734281ee07e459819249aa8d86e1b042d69390d | |
parent | e42c27d9e8a18e3786f13f17663914cdd0f63f9e [diff] [blame] |
patch 9.0.1555: setcharsearch() does not clear last searched char properly Problem: setcharsearch() does not clear last searched char properly. Solution: Do not accept lastc_bytelen smaller than one. (closes #12398)
diff --git a/src/version.c b/src/version.c index 8620f97..292f228 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1555, +/**/ 1554, /**/ 1553,