On 6/6/06, Mueller Stefan <[EMAIL PROTECTED]> wrote:
Hello,
thank you for you help. But to be more precious I want to have a list of that 
directory like
mylist[0] = file1.cpp,v
mylist[1] = file2.cpp,v
...
I want to feed that list to my own vim function, which displays the log, check 
out by,...

Perhaps something like:

let mylist = split(glob('/path/to/directory/*'), '\n')

I'm sure there's something simpler.

Reply via email to