Hi,
* Spamfriend ([email protected]) wrote:
> I've reworked my old .vimrc one night long. Because of a nasty little
> bug in one of the functions I've wrote, the new config as well as the
> backup is overwritten - it is an empty file now...
> My Vim is still open. I found most settings after :mksession, but
> above
> all I'm missing the new functions I've wrote... It is possible to
> retrieve these functions?
Maybe vim still has a file descriptor open for the old file, try
$ ls -l /proc/$(pidof {g,}vim)/fd
and copy the vimrc from there. If that doesn't help, it's probably gone.
Jan
--
OpenPGP Key-ID: CF1635D4
"A distributed system is one in which the failure of a computer you didn’t
even know existed can render your own computer unusable." -- Leslie Lamport
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---