forked from aniani/vim
patch 8.2.4376: not enough tests for command line completion
Problem: Not enough tests for command line completion. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #9771)
This commit is contained in:
committed by
Bram Moolenaar
parent
4b1d963972
commit
9773db6f9b
@@ -314,7 +314,7 @@ func CustomComplete(A, L, P)
|
||||
endfunc
|
||||
|
||||
func CustomCompleteList(A, L, P)
|
||||
return [ "Monday", "Tuesday", "Wednesday", {}]
|
||||
return [ "Monday", "Tuesday", "Wednesday", {}, test_null_string()]
|
||||
endfunc
|
||||
|
||||
func Test_CmdCompletion()
|
||||
|
||||
Reference in New Issue
Block a user