On Thu, 18 Nov 2004, martin f krafft wrote:
> $ mkdir /tmp/latexhang
> $ cd !$
> $ touch a.tex a.tex.latexmain b.tex
> $ screen -dm vim a.tex
> $ vim b.tex
> [...]
>
> Some times, a ctrl-c enables the editing of b.tex.
I could reproduce this. Its a trivial bug to fix, sorry for taking so
long. What happens is that when you do:
screen -dm vim a.tex
vim has already created a .a.tex.swp file and then detached. Therefore,
when you do
vim b.tex
vim puts up the "This file is already being edited..." message and
expects the user to press a key to continue. But at this time,
latex-suite has already made some settings which makes this message
"dissapear". Infact, if you had pressed 'r', things would have
continued... But it looks like things have hung.
Please upgrade to the latest release to get the fix.
--
Srinath
NOTE: If you are not subscribed to vim-latex-devel, then further replies
to the list will be silently ignored. Please subscribe if you wish to
continue the thread, or use
From: vim...@so...valid
Reply-To: yo...@em...dress, vim...@li...
in the header.
|