Re: [Vim-latex-devel] citation completion goes to wrong window with vsplit

2012-11-26 Thread Ted Pavlic
I've imported three changesets from Gerd's repo into the official repo... In particular: 1. Do not open a new buffer on \cite-completion 2. ref and cite completion with multiple windows. 3. Unified usage of s:winnum and s:pos in texviewer.vim I imported 1 so that 2 and 3 would better apply (and

Re: [Vim-latex-devel] citation completion goes to wrong window with vsplit

2012-11-22 Thread Gerd Wachsmuth
Hi, I can confirm that this issue remains fer the current official version of latex-suite, but is fixed in my repo https://github.com/gerw/vim-latex-suite See in particular the commits https://github.com/gerw/vim-latex-suite/commit/ae303c1f0df77583d685cf4b81cb6f8914ee070c https://github.com/ge

Re: [Vim-latex-devel] citation completion goes to wrong window with vsplit

2012-11-21 Thread Alan Grossfield
citation completion goes to wrong window with vsplit > (Gerd Wachsmuth) > 7. question mark (yuejun yin) > > > -------------- > > Message: 1 > Date: Fri, 16 Nov 2012 13:57:09 +0100 > From: Gerd Wachsmuth > Subject: Re: [Vim-latex-devel] c

Re: [Vim-latex-devel] citation completion goes to wrong window with vsplit

2012-11-16 Thread Gerd Wachsmuth
I think some bug still remains in the official latex-suite. I tested only my version. When Tex_WordComplete is invoked, the window number is not restored. See also https://github.com/gerw/vim-latex-suite/commit/5971587dfc9389fd688b267cc90455b604c3b301 Best Regards Gerd On Fri, 16 Nov 2012, Ale

Re: [Vim-latex-devel] citation completion goes to wrong window with vsplit

2012-11-16 Thread Till Maas
On Fri, Nov 16, 2012 at 06:02:20PM +0100, Alessandro Pezzoni wrote: > 2012/11/16 Gerd Wachsmuth : > > latex-suite does not have a version number (any more). So the question > > reduces to "Where (and possibly when) did you get latex-suite from?". > So he has a git snapshot from a bit more than one

Re: [Vim-latex-devel] citation completion goes to wrong window with vsplit

2012-11-16 Thread Alessandro Pezzoni
2012/11/16 Gerd Wachsmuth : > latex-suite does not have a version number (any more). So the question > reduces to "Where (and possibly when) did you get latex-suite from?". Well, he did say "as distributed under Fedora"... By looking for Fedora packages I came to this page [1] where, while it's no

Re: [Vim-latex-devel] citation completion goes to wrong window with vsplit

2012-11-16 Thread Gerd Wachsmuth
latex-suite does not have a version number (any more). So the question reduces to "Where (and possibly when) did you get latex-suite from?". Gerd On 11/16/2012 02:50 PM, Raniere Gaia Silva wrote: > Gerd, > sorry for the stupid question, but how I can get the latex-suite version? > > Raniere > >

Re: [Vim-latex-devel] citation completion goes to wrong window with vsplit

2012-11-16 Thread Raniere Gaia Silva
Gerd, sorry for the stupid question, but how I can get the latex-suite version? Raniere On Fri, Nov 16, 2012 at 10:57 AM, Gerd Wachsmuth wrote: > For me this works as expected. Which version of latex-suite do you use? > > On 11/16/2012 01:44 PM, Alan Grossfield wrote: >> When I write longish lat

Re: [Vim-latex-devel] citation completion goes to wrong window with vsplit

2012-11-16 Thread Gerd Wachsmuth
For me this works as expected. Which version of latex-suite do you use? On 11/16/2012 01:44 PM, Alan Grossfield wrote: > When I write longish latex documents, I often break them into pieces > (using \input) and keep multiple files open using gvim's vsplit > command. I've noticed that if I do this

Re: [Vim-latex-devel] citation completion goes to wrong window with vsplit

2012-11-16 Thread Raniere Gaia Silva
Hi Alan, the same problem you report have been reported some time ago by Jonas but I think no one have found a solution. Raniere > On Tue, Jul 10, 2012 at 11:45 AM, Jonas Diemer wrote: > > Hi, > > > > I usually have two windows open (project plugin and main text). When I > > do a F9 completion (

[Vim-latex-devel] citation completion goes to wrong window with vsplit

2012-11-16 Thread Alan Grossfield
Hi, When I write longish latex documents, I often break them into pieces (using \input) and keep multiple files open using gvim's vsplit command. I've noticed that if I do this and use F9 to invoke completion (for example on a \cite{}) the text is always inserted in the leftmost window, regardl