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 that match.
Have you tried: :n path/file* That opens the first one and queues the others. :n takes you to the next one and :p to the previous in the list. -- Cameron Simpson <[EMAIL PROTECTED]> DoD#743 http://www.cskk.ezoshosting.com/cs/