Re: [Vim-latex-devel] issue with duplicate labels

2011-11-21 Thread Gerd Wachsmuth
I would suggest the following: - Read the manual, in particular: http://vim-latex.sourceforge.net/documentation/latex-suite.html#customizing-compiling - Add something like "LaTeX Warning: Label `%.%#' multiply defined.". Regards Gerd On 11/18/2011 06:38 PM, David Karapetyan wrote: > Yes, this

Re: [Vim-latex-devel] issue with duplicate labels

2011-11-18 Thread David Karapetyan
Yes, this is precisely what I do, but there must be a way to disable the auto-jumping to the .aux file, as it is really annoying. -- Best, David Karapetyan On Nov 18, 2011, at 9:41 AM, Mike Richman wrote: > Hi David, > > I don't think I ever found a way to disable this behavior, but you can

Re: [Vim-latex-devel] issue with duplicate labels

2011-11-18 Thread Mike Richman
Hi David, I don't think I ever found a way to disable this behavior, but you can normally jump quickly back to your previous location with CTRL-o (which is also really useful in lots of other circumstances!). Hope this helps you get your flow back. Cheers, Mike On Wed, Nov 16, 2011 at 1:22 PM,

[Vim-latex-devel] issue with duplicate labels

2011-11-16 Thread David Karapetyan
> > Hello everyone, > > If I have a duplicate label in a tex file, and compile it in the latest git > pull of latex-suite, the corresponding .aux file is opened. I would like to > disable this behavior. How can I do this. > > -- > Best, > David Karapetyan > > -