On 2010-02-18, epanda wrote:
> Hi,
> 
> I have 10 files to open.
> Each file contain less than 5 lines so I would like to open the 10
> files into horizontal split window.

>From the shell command line:

    vim -o file1 file2 ...

>From the vim command line:

    :args file1 file2 ...
    :all

Regards,
Gary

-- 
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

Reply via email to