commit | 47f1a55849a73cefe738a246798221e45448546a | [log] [tgz] |
---|---|---|
author | Kazuyuki Miyagi <yuzu3886@gmail.com> | Fri Jun 17 18:30:03 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 17 18:30:03 2022 +0100 |
tree | 5f3cd273b71e510e46ded724512a5cff1d1600fe | |
parent | d592deb336523a5448779ee3d4bba80334cff1f7 [diff] [blame] |
patch 8.2.5116: "limit" option of matchfuzzy() not always respected Problem: "limit" option of matchfuzzy() not always respected. Solution: Remove "else". (Kazuyuki Miyagi, closes #10586)
diff --git a/src/version.c b/src/version.c index a7e622e..c842e19 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5116, +/**/ 5115, /**/ 5114,