commit | 00333cb3b341499df8729b9345f0bbad968cda0b | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Feb 26 16:05:08 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 26 16:05:08 2022 +0000 |
tree | ffdecfb922771c58e3c631415a62d828bcc87e36 | |
parent | 29ab6ce9f36660cffaad3c8789e71162e5db5d2f [diff] [blame] |
patch 8.2.4478: crash when using fuzzy completion Problem: Crash when using fuzzy completion. Solution: Temporary fix: put back regexp. (closes #9852, closes #9851)
diff --git a/src/version.c b/src/version.c index c8511d2..c77f761 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4478, +/**/ 4477, /**/ 4476,