On 26/10/08 03:19, Peng Yu wrote:
>
>
> On Oct 25, 9:46 am, Andy Wokula<[EMAIL PROTECTED]>  wrote:
>> Peng Yu schrieb:
>>
>>> Hi,
>>> I can open multiple file from command line.
>>> gvim -o *.cpp
>>> I'm wondering how to do so from inside gvim. Obviously, the following
>>> command is not working.
>>> :new *.cpp
>>> Thanks,
>>> Peng
>> :n*.cpp|sba
>
> I can't find this in the manual. Would you please let me know what '|
> sba' means?
>
> Thanks,
> Peng


The bar is used to separate successive ex-commands on a line, see ":help 
:bar" which also lists thhe commands after which you cannot use it.

sba after the bar is the :sba[ll] command.

Best regards,
Tony.
-- 
Love is the triumph of imagination over intelligence.
                -- H. L. Mencken

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

Reply via email to