vim-patch:8.2.3521: options completion test fails

Problem:    Options completion test fails.
Solution:   Add 'thesaurusfunc' to the results.
abdcfd1c83
This commit is contained in:
Matěj Cepl 2021-10-17 16:22:28 +02:00
parent cbec765915
commit 36ff5976b9
No known key found for this signature in database
GPG Key ID: 79205802880BC9D8

View File

@ -209,7 +209,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', @:)
call assert_equal('"set tabstop thesaurus thesaurusfunc', @:)
" Expand current value
call feedkeys(":set fileencodings=\<C-A>\<C-B>\"\<CR>", 'tx')