commit | 160e994d768d03a3c826b58115cde94df8fce607 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Oct 16 15:41:29 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 16 15:41:29 2021 +0100 |
tree | 38f6ec253633b656db1be92790c26fc71eb72eee | |
parent | 2286304cdbba53ceb52b3ba2ba4a521b0a2f8d0f [diff] [blame] |
patch 8.2.3520: cannot define a function for thesaurus completion Problem: Cannot define a function for thesaurus completion. Solution: Add 'thesaurusfunc'. (Yegappan Lakshmanan, closes #8987, closes 8950)
diff --git a/src/version.c b/src/version.c index c5e9f25..00617b5 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3520, +/**/ 3519, /**/ 3518,