Patch 8.2.3521

6 views
Skip to first unread message

Bram Moolenaar

unread,
Oct 16, 2021, 11:49:03 AM10/16/21
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages