mirror of
https://github.com/neovim/neovim.git
synced 2025-10-18 15:51:50 +00:00
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:
@@ -209,7 +209,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', @:)
|
call assert_equal('"set tabstop thesaurus thesaurusfunc', @:)
|
||||||
|
|
||||||
" 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')
|
||||||
|
Reference in New Issue
Block a user