On 9/03/11 2:35 PM, coolesting wrote:
I know that , "vim -p 1.php 2.php 3.php "
now, i want to open multiple windows with the command "tabnew 1.php 2.php
3.php " in vim it running.
but it not work and return message "only one file name allowed"
If you don't mind losing an existing argument list, you can do
:args 1.php 2.php 3.php
:tab sall
Good enough?
Ben.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php