Is there a way to open all the files in a directory from within Vim? So a :command that would say in effect \"Open all the files under /some/path into
:command
/some/path
If you'd like to add to the argument list;
:arga what_you-d_like_to_add
see
:he arga
from/in vim for more information.