Hi All,

I found the following bug:

    $ mkdir /tmp/foo
    $ touch /tmp/foo/bar
    $ cd /tmp/
    $ ln -s foo/bar .
    $ vim bar

Now type some text into bar, and then kill vim (say with kill -9) from a
different terminal.

Now when you type "vim /tmp/bar" it reports that a .swp file is found
and asks you about recovery. However when you press "R" for recovering
the file, vim complains saying it can not find the swap file (probably
because vim looks for the swap file in /tmp, instead of in /tmp/foo).

GI

-- 
Modern Computer Viruses:
Politically Correct Virus -- Never calls itself a "virus", but instead 
refers to itself as an "electronic microorganism."

Reply via email to