Hello,

On 9/16/06, Preben Randhol <[EMAIL PROTECTED]> wrote:
Hi

On feature I miss in gvim is to be able to open recently edited files. I
have tried the MRU plugins in vim.org, but they tend to break if I open
more than one gvim open at the same time.

Does anybody have sucess with these or other plugins to recommend?


As David mentioned, you can use the following MRU plugin which
supports MRU file list across more than one Vim instance open
at the same time:

http://vim.sourceforge.net/scripts/script.php?script_id=521

When you open a file in one instance of Vim, the updated MRU file list
is stored in the MRU file. When other instances of Vim need to update
the MRU file list, first the latest MRU list is read from the MRU file and
then merged with the current MRU list.

- Yegappan

Reply via email to