commit | 3d79f0a4309995956bd8889940cca22f7a15881d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 22 20:14:26 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 22 20:14:26 2023 +0000 |
tree | ac4f9160853ae5d514d5cc737f44e301b88fb24d | |
parent | d343c60df4b0adc6b1baac4d68a72a735ac21dc4 [diff] [blame] |
patch 9.0.1233: search() loops forever if "skip" is TRUE for all matches Problem: search() loops forever if "skip" is TRUE for all matches. Solution: Keep the position of the first match.
diff --git a/src/version.c b/src/version.c index 6604e01..293e176 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1233, +/**/ 1232, /**/ 1231,