[Vim-latex-devel] Bug in GotoError
Brought to you by:
srinathava,
tmaas
From: Franco S. <sa...@gm...> - 2007-04-28 07:44:37
|
Hello, I started using latex-suite a few days ago and I am quite pleased with the software. But I have come across some very annoying behaviour. I am using vim-7.0 on an Ubuntu Feisty Fawn system. I am working on a "project", so I have multiple input files I am editing. I have an incorrect \ref{blah} in the file I am editing. When I hit \ll, the following things happen: expected: the quickfix window opens; slightly unexpected: no log file window opens; extremely unexpected: the file I am editing is replaced with my project.bbl file! This is a bug: the error is not contained in the bibliography file. When I hit enter in the quickfix window, it complains that it cannot find the error -- which is no surprise since the file containing the error has been closed and replaced with some other file. I have been closing the windows and reopening the file that I was editing. Quite annoying. Is there a command that will return me to the file and spot that I was editing? Here is another bug: I set Tex_GotoError to 0, but this doesn't help. Same behaviour. Note: I haven't tried, but it seems that this might happen even with a non-"project" as long as you have an external bibtex file. Any suggestions? Franco -- |