From: Ralf Müller on
Hi out there!
I try to use the 'complete' function to create autocompletion with
files and a wordlist from a variable:

set cmdCmpl = (this that)
complete cmd 'p/*/$cmdCmpl/' 'n/*/f/'

But this only created completion with members of $cmdCmpl. Is there
any chance to combine the word list and the file list?

best regards
ralf