commit | f4d8b76d304dabc39c06d2344cd4c7b28484811b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 17 14:13:09 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 17 14:13:09 2021 +0100 |
tree | 56f98aadab44534d6529e802c00bbff8adbf0969 | |
parent | 9d4b8caf9eddb2db09395587c621309f4513befa [diff] [blame] |
patch 8.2.3528: 'thesaurus' and 'thesaurusfunc' do not have the same scope Problem: 'thesaurus' and 'thesaurusfunc' do not have the same scope. Solution: Make 'thesaurusfunc' global-local.
diff --git a/src/version.c b/src/version.c index 3013dfc..b1fc4dc 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3528, +/**/ 3527, /**/ 3526,