From: Bram Moolenaar Date: Sat, 16 Oct 2021 15:48:27 +0000 (+0100) Subject: patch 8.2.3521: options completion test fails X-Git-Tag: v8.2.3521 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abdcfd1c837e244065d4fe04c7a78abae5af3f7e;p=vim patch 8.2.3521: options completion test fails Problem: Options completion test fails. Solution: Add 'thesaurusfunc' to the results. --- diff --git a/src/testdir/test_options.vim b/src/testdir/test_options.vim index e10ad5445..3e9bbf46e 100644 --- a/src/testdir/test_options.vim +++ b/src/testdir/test_options.vim @@ -256,7 +256,7 @@ func Test_set_completion() " Expand abbreviation of options. call feedkeys(":set ts\\\"\", 'tx') - call assert_equal('"set tabstop thesaurus ttyscroll', @:) + call assert_equal('"set tabstop thesaurus thesaurusfunc ttyscroll', @:) " Expand current value call feedkeys(":set fileencodings=\\\"\", 'tx') diff --git a/src/version.c b/src/version.c index 00617b5c9..16e49ac4c 100644 --- a/src/version.c +++ b/src/version.c @@ -757,6 +757,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3521, /**/ 3520, /**/