Skip to content

Commit

Permalink
patch 8.2.3521: options completion test fails
Browse files Browse the repository at this point in the history
Problem:    Options completion test fails.
Solution:   Add 'thesaurusfunc' to the results.
  • Loading branch information
brammool committed Oct 16, 2021
1 parent 160e994 commit abdcfd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/testdir/test_options.vim
Expand Up @@ -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')
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -757,6 +757,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3521,
/**/
3520,
/**/
Expand Down

0 comments on commit abdcfd1

Please sign in to comment.