You are not logged in.
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
Solved the problem:
:argadd *.c
or
:next *.c
In vim type the following for more info.
:help arglist
Offline