]> granicus.if.org Git - vim/commitdiff
patch 8.2.3521: options completion test fails v8.2.3521
authorBram Moolenaar <Bram@vim.org>
Sat, 16 Oct 2021 15:48:27 +0000 (16:48 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 16 Oct 2021 15:48:27 +0000 (16:48 +0100)
Problem:    Options completion test fails.
Solution:   Add 'thesaurusfunc' to the results.

src/testdir/test_options.vim
src/version.c

index e10ad5445a9a436a4776363c85eb395d2a569e89..3e9bbf46e01e5cf52ebe823bb2b7fc4c721aaad6 100644 (file)
@@ -256,7 +256,7 @@ func Test_set_completion()
 
   " Expand abbreviation of options.
   call feedkeys(":set ts\<C-A>\<C-B>\"\<CR>", 'tx')
-  call assert_equal('"set tabstop thesaurus ttyscroll', @:)
+  call assert_equal('"set tabstop thesaurus thesaurusfunc ttyscroll', @:)
 
   " Expand current value
   call feedkeys(":set fileencodings=\<C-A>\<C-B>\"\<CR>", 'tx')
index 00617b5c9ff9782febd8ceb8359af04b6cb55794..16e49ac4c1d5318a4c30cf4cb1645d92135d19f7 100644 (file)
@@ -757,6 +757,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3521,
 /**/
     3520,
 /**/