RE: How do I get list of directory + how do I show them

2006-06-06 Thread Mueller Stefan
- From: Popovic Dan [mailto:[EMAIL PROTECTED] Sent: Friday, 2. June 2006 5:57 PM To: Charles E Campbell Jr; Mueller Stefan Cc: vim@vim.org Subject: Re: How do I get list of directory + how do I show them Hello dear Stefan, I had a few months ago a discussion in the vim-list wether it is possible

Re: How do I get list of directory + how do I show them

2006-06-06 Thread Bob Hiestand
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,...

How do I get list of directory + how do I show them

2006-06-02 Thread Mueller Stefan
Hello I have some questions: 1. How do I get a file list of directory, where the file have the extension like file.cpp,v ? 2. How do I show the list contents in current window? Thank in advance for helping me. Best Regards Stefan

Re: How do I get list of directory + how do I show them

2006-06-02 Thread Charles E Campbell Jr
Mueller Stefan wrote: Hello I have some questions: 1. How do I get a file list of directory, where the file have the extension like file.cpp,v ? 2. How do I show the list contents in current window? Just edit the directory. vim some/directory Regards, Chip Campbell

Re: How do I get list of directory + how do I show them

2006-06-02 Thread Popovic Dan
by Popovic Best regards, Dan -Ursprüngliche Nachricht- Von: Charles E Campbell Jr [EMAIL PROTECTED] Gesendet: 02.06.06 16:13:50 An: Mueller Stefan [EMAIL PROTECTED] CC: vim@vim.org Betreff: Re: How do I get list of directory + how do I show them Mueller Stefan wrote: Hello I