To: vim_dev@googlegroups.com Subject: Patch 8.2.3521 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3521 (after 8.2.3520) Problem: Options completion test fails. Solution: Add 'thesaurusfunc' to the results. Files: src/testdir/test_options.vim *** ../vim-8.2.3520/src/testdir/test_options.vim 2021-07-12 20:43:15.921878554 +0100 --- src/testdir/test_options.vim 2021-10-16 16:47:21.702885717 +0100 *************** *** 256,262 **** " Expand abbreviation of options. call feedkeys(":set ts\\\"\", 'tx') ! call assert_equal('"set tabstop thesaurus ttyscroll', @:) " Expand current value call feedkeys(":set fileencodings=\\\"\", 'tx') --- 256,262 ---- " Expand abbreviation of options. call feedkeys(":set ts\\\"\", 'tx') ! call assert_equal('"set tabstop thesaurus thesaurusfunc ttyscroll', @:) " Expand current value call feedkeys(":set fileencodings=\\\"\", 'tx') *** ../vim-8.2.3520/src/version.c 2021-10-16 15:41:25.382336753 +0100 --- src/version.c 2021-10-16 16:48:11.887132792 +0100 *************** *** 759,760 **** --- 759,762 ---- { /* Add new patch number below this line */ + /**/ + 3521, /**/ -- An error has occurred. Hit any user to continue. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///