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:
@@ -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')
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user