commit | c841afff6a89592f23710c6da5b0fea89b240937 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 25 14:11:55 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 25 14:11:55 2020 +0200 |
tree | a91b6b153e09b3fcf83f5540d15a326c3357ed38 | |
parent | 13e12b8a3c0fec29017f2dbdc6f57e372f8a7efd [diff] [blame] |
patch 8.2.1289: crash when using a custom completion function Problem: Crash when using a custom completion function. Solution: Initialize all of the expand_T. (closes #6532)
diff --git a/src/version.c b/src/version.c index 1404448..0bd3cb2 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1289, +/**/ 1288, /**/ 1287,