commit | 29ab6ce9f36660cffaad3c8789e71162e5db5d2f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 26 15:52:08 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 26 15:52:08 2022 +0000 |
tree | c87861f2c117ef33e844accd54eb9a42b79ce560 | |
parent | c51cf0329809c7ae946c59d6f56699227efc9d1b [diff] [blame] |
patch 8.2.4477: crash when using fuzzy completion Problem: Crash when using fuzzy completion. Solution: Temporary fix: put back regexp. (closes #9851)
diff --git a/src/version.c b/src/version.c index 2fa8e72..c8511d2 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4477, +/**/ 4476, /**/ 4475,