0
0
mirror of https://github.com/vim/vim.git synced 2025-10-08 06:04:08 -04:00

patch 8.2.0049: command line completion not fully tested

Problem:    Command line completion not fully tested.
Solution:   Add more test cases.  Make help sorting stable. (Dominique Pelle,
            closes #5402)
This commit is contained in:
Bram Moolenaar
2019-12-27 17:20:55 +01:00
parent 5c463a28ff
commit 297610ba4b
8 changed files with 64 additions and 1 deletions

View File

@@ -180,6 +180,11 @@ func Test_syntax_completion()
call assert_match('^"syn match Boolean Character ', @:)
endfunc
func Test_echohl_completion()
call feedkeys(":echohl no\<C-A>\<C-B>\"\<CR>", 'tx')
call assert_equal('"echohl NonText Normal none', @:)
endfunc
func Test_syntax_arg_skipped()
syn clear
syntax case ignore