Is there a script that would allow me to edit multiple files as if they are one file in VIM?
Posted
by
somewire
on Stack Overflow
See other posts from Stack Overflow
or by somewire
Published on 2010-12-25T02:38:02Z
Indexed on
2010/12/25
2:54 UTC
Read the original article
Hit count: 194
I prefer to edit in one large file rather than many independent files, but due to limitations in languages, source control, and the preference of team mates I need to output to many files.
What I'm looking for would recurse through all the files in a source directory and generate a single file to edit in VIM, with special file seperator markers. On save it would save the the changes to the correct file(s) ideally in a smart manner, based only on changes made.
Does something like this exist?
© Stack Overflow or respective owner