Hi Russ, Try looking up help on the 'read' Vim command. I think... Go to bottom of current file, do ":r YourNextFilename" and it reads it into your current file at your text cursor. There may be a more automatic technique as well that the group could suggest. You might also want to consider a command line utility, like for Windows/dos, "cat YourFilename >> CombinedFilename". I think the single '>' overwrites target, but double appends. And then, I'm sure there are Unix command line utilities that are ported to Windows that are perfect for this kind of thing but that's a matter of downloading and learning how-to. On Feb 16, 2013 2:02 PM, "Russell Urquhart" <[email protected]> wrote:
> > > Hi, > > While still pretty new to Vim, i wanted to ask if this is possible. > > I have a directory of html files, (that are actually xml files, misnamed > extension wise.) I would like to have all those files loaded, one after > another into a single file, is that possible in Vim? > > Thanks for any help, > > > Russ > > -- > -- > You received this message from the "vim_use" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php > > --- > You received this message because you are subscribed to the Google Groups > "vim_use" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
