commit | 6a230c6b32695393785ae64b440ce5f023a22382 | [log] [tgz] |
---|---|---|
author | Andy Gozas <andy@gozas.me> | Thu Aug 05 16:23:27 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 05 16:23:27 2021 +0200 |
tree | d4fe55c5a64ae1024bfd1f8ef6a41663879cabf6 | |
parent | bc67e5a0a494f5fc48e872d747371e31a782d171 [diff] [blame] |
patch 8.2.3293: finding completions may cause an endless loop Problem: Finding completions may cause an endless loop. Solution: Use a better way to check coming back where the search started. (Andy Gozas, closes #8672, closes #8671)
diff --git a/src/version.c b/src/version.c index 4ad5979..2db7988 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3293, +/**/ 3292, /**/ 3291,