Re: open multiple files with wildcard from inside vim

2007-02-05 Thread ben lieb
Cameron Simpson wrote: On 05Feb2007 01:44, ben lieb [EMAIL PROTECTED] wrote: | Have you tried: |:n path/file* [...] | That's better than where I was, thanks. Ideally the files would all be | visible, either split on the screen, or in separate tabs. Is there a | way to do this? You're

Re: open multiple files with wildcard from inside vim

2007-02-05 Thread jose isaias cabrera
ben lieb wrote, Cameron Simpson wrote: On 05Feb2007 01:44, ben lieb [EMAIL PROTECTED] wrote: | Have you tried: |:n path/file* [...] | That's better than where I was, thanks. Ideally the files would all be | visible, either split on the screen, or in separate tabs. Is there a | way to do

Re: open multiple files with wildcard from inside vim

2007-02-05 Thread Yegappan Lakshmanan
Hi, On 2/5/07, ben lieb [EMAIL PROTECTED] wrote: Cameron Simpson wrote: On 05Feb2007 01:44, ben lieb [EMAIL PROTECTED] wrote: | Have you tried: |:n path/file* [...] | That's better than where I was, thanks. Ideally the files would all be | visible, either split on the screen, or in

Re: open multiple files with wildcard from inside vim

2007-02-05 Thread A.J.Mechelynck
Yegappan Lakshmanan wrote: Hi, On 2/5/07, ben lieb [EMAIL PROTECTED] wrote: Cameron Simpson wrote: On 05Feb2007 01:44, ben lieb [EMAIL PROTECTED] wrote: | Have you tried: |:n path/file* [...] | That's better than where I was, thanks. Ideally the files would all be | visible, either

open multiple files with wildcard from inside vim

2007-02-04 Thread ben lieb
I thought I read once that I could open multiple files with a wildcard from within VIM (not from the command line). I tried this: :sp path/file* And vim gives me too many file names, even though there are only two files that match. Any help appreciated.

Re: open multiple files with wildcard from inside vim

2007-02-04 Thread Cameron Simpson
On 05Feb2007 01:09, ben lieb [EMAIL PROTECTED] wrote: | I thought I read once that I could open multiple files with a wildcard | from within VIM (not from the command line). | | I tried this: | | :sp path/file* | | And vim gives me too many file names, even though there are only two | files