commit | abdcfd1c837e244065d4fe04c7a78abae5af3f7e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 16 16:48:27 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 16 16:48:27 2021 +0100 |
tree | e7f9a8816449509aa6ac322130bf2bfb04f5133b | |
parent | 160e994d768d03a3c826b58115cde94df8fce607 [diff] [blame] |
patch 8.2.3521: options completion test fails Problem: Options completion test fails. Solution: Add 'thesaurusfunc' to the results.
diff --git a/src/version.c b/src/version.c index 00617b5..16e49ac 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3521, +/**/ 3520, /**/ 3519,