mirror of
https://github.com/neovim/neovim.git
synced 2026-08-31 03:13:48 +00:00
vim-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 vim/vim#5402)
297610ba4b
This commit is contained in:
@@ -92,6 +92,11 @@ func Test_help_local_additions()
|
||||
let &rtp = rtp_save
|
||||
endfunc
|
||||
|
||||
func Test_help_completion()
|
||||
call feedkeys(":help :undo\<C-A>\<C-B>\"\<CR>", 'tx')
|
||||
call assert_equal('"help :undo :undoj :undol :undojoin :undolist', @:)
|
||||
endfunc
|
||||
|
||||
" Test for the :helptags command
|
||||
func Test_helptag_cmd()
|
||||
call mkdir('Xdir/a/doc', 'p')
|
||||
|
||||
Reference in New Issue
Block a user