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 -- Andy --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
