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\<C-A>\<C-B>\"\<CR>", 'tx')
! call assert_equal('"set tabstop thesaurus ttyscroll', @:)
" Expand current value
call feedkeys(":set fileencodings=\<C-A>\<C-B>\"\<CR>", 'tx')
--- 256,262 ----
" Expand abbreviation of options.
call feedkeys(":set ts\<C-A>\<C-B>\"\<CR>", 'tx')
! call assert_equal('"set tabstop thesaurus thesaurusfunc ttyscroll', @:)
" Expand current value
call feedkeys(":set fileencodings=\<C-A>\<C-B>\"\<CR>", '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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20211016154855.2E3EFC80053%40moolenaar.net.