Re: [Vim-latex-devel] why is wrap modified ?
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2003-03-04 22:42:33
|
Hello Alan, Thanks for the patch! This is definitely a bug. I haven't been getting time to fix bugs but I am willing to bet that this is a bug in the RunLaTeX() function. Specifically, there _is_ a line setlocal nowrap in there... The intention is that this happens after UpdatePreviewWindow() which is supposed to take focus to the .log window, but that part of the code is not quite robust. Also, I tried compiling the foo.tex file you sent yesterday, but didn't get a hit-enter prompt... I'll try once more today and let you know. Thanks! Srinath On Tue, 4 Mar 2003, Alan Schmitt wrote: > Hello, > > When I edit some tex files, I usually have wrap set. However after a > compilation yielding an error, it gets unset. Is this bug known ? > > Alan Schmitt > > -- > The hacker: someone who figured things out and made something cool happen. > |