You are not logged in.

#1 2009-03-05 15:58:43

arsenist
Member
Registered: 2008-07-06
Posts: 30

[SOLVED] Open multiple files inside Vim

Hi guys,

I've been googling this for some time now, with no success.
I would like to open all *.{c,h} files while being inside vim.

This won't work:

:e *.c

There must be a way to do this... I just can't find it (:


Thanks !

Last edited by arsenist (2009-03-05 16:28:10)

Offline

#2 2009-03-05 16:29:20

arsenist
Member
Registered: 2008-07-06
Posts: 30

Re: [SOLVED] Open multiple files inside Vim

Solved the problem:

:argadd *.c
or
:next *.c

In vim type the following for more info.

:help arglist

Offline

Board footer

Powered by FluxBB