0
0
mirror of https://github.com/vim/vim.git synced 2025-10-07 05:54:16 -04:00

patch 8.2.3521: options completion test fails

Problem:    Options completion test fails.
Solution:   Add 'thesaurusfunc' to the results.
This commit is contained in:
Bram Moolenaar
2021-10-16 16:48:27 +01:00
parent 160e994d76
commit abdcfd1c83
2 changed files with 3 additions and 1 deletions

View File

@@ -256,7 +256,7 @@ func Test_set_completion()
" Expand abbreviation of options. " Expand abbreviation of options.
call feedkeys(":set ts\<C-A>\<C-B>\"\<CR>", 'tx') 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 " Expand current value
call feedkeys(":set fileencodings=\<C-A>\<C-B>\"\<CR>", 'tx') call feedkeys(":set fileencodings=\<C-A>\<C-B>\"\<CR>", 'tx')

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
3521,
/**/ /**/
3520, 3520,
/**/ /**/