mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 22:36:09 +00:00
vim-patch:8.2.0396: cmdexpand.c insufficiently tested
Problem: Cmdexpand.c insufficiently tested.
Solution: Add more tests. (Yegappan Lakshmanan, closes vim/vim#5789)
24ebd83e03
Map Q to gQ before every test since a test uses :mapclear.
This commit is contained in:
@@ -313,7 +313,7 @@ func CustomComplete(A, L, P)
|
||||
endfunc
|
||||
|
||||
func CustomCompleteList(A, L, P)
|
||||
return [ "Monday", "Tuesday", "Wednesday" ]
|
||||
return [ "Monday", "Tuesday", "Wednesday", {}]
|
||||
endfunc
|
||||
|
||||
func Test_CmdCompletion()
|
||||
|
Reference in New Issue
Block a user