Hi Eric,
On 2/6/07, Eric Leenman <[EMAIL PROTECTED]> wrote:
Hi,
Is it possible to load a set of files when you start gvim? (Like in Textpad,
for those who know this editor)
For example:
I have a project containing 20 files.
I frequently uses 5 of them to modify and debug them.
Can you give a command to vim like: "Load workspace projectX", which then
load the 5 defined files?
And when needed add or delete files from this workspace?
You can try using the workspace manager plugin:
http://vim.sourceforge.net/scripts/script.php?script_id=1410
- Yegappan