On Feb 15, 2010, at 8:51 PM, Gary Johnson wrote:
On 2010-02-15, Ben Schmidt wrote:
I can open vim with multiple files: vim f1.txt f2.txt. This doesn't
seem possible with the vim :edit command. How can I do it from
within vim?
Use args or new.
For example, to edit all the .txt in the current dir do:
:n *.txt
That would be :next, not :new.
Thanks all. Does anybody know a reason why (for example) :e and :badd
shouldn't accept multiple files?
--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php