Mercurial > vim
changeset 25976:7b2e2b9617ee v8.2.3521
patch 8.2.3521: options completion test fails
Commit: https://github.com/vim/vim/commit/abdcfd1c837e244065d4fe04c7a78abae5af3f7e
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Oct 16 16:48:27 2021 +0100
patch 8.2.3521: options completion test fails
Problem: Options completion test fails.
Solution: Add 'thesaurusfunc' to the results.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 16 Oct 2021 18:00:05 +0200 |
parents | 11cfbeb809d3 |
children | 93fc4b568a54 |
files | src/testdir/test_options.vim src/version.c |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/testdir/test_options.vim +++ b/src/testdir/test_options.vim @@ -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')