Re: [Vim-latex-devel] Aux completion

2017-01-31 Thread Gerd Wachsmuth
Hi, > - F9 works only after the first compilation (not too restrictive) > - F9 completes based on either labels or current reference numbers. - > The labels method works almost as before, except that the outline window > does not show a preview of the relevant part of the .tex file. Yes. > For t

Re: [Vim-latex-devel] Aux completion

2017-01-30 Thread Filip Kadlec
lity would stay as before. Filip On Fri, 27 Jan 2017, Gerd Wachsmuth wrote: Date: Fri, 27 Jan 2017 19:42:28 From: Gerd Wachsmuth To: Filip Kadlec , "vim-latex-devel@lists.sourceforge.net" Subject: Re: [Vim-latex-devel] Aux completion Thank you for your comments. I think I wa

Re: [Vim-latex-devel] Aux completion

2017-01-27 Thread George
ut I would suggest an >> implementation via a >> command, something like >> >> let g:Tex_completion_scanfile = tex / aux >> >> whereby everyone would have the choice. >> >> This would does not imply less code nor less maintenance, though. >>

Re: [Vim-latex-devel] Aux completion

2017-01-27 Thread Gerd Wachsmuth
ould have the choice. > > This would does not imply less code nor less maintenance, though. > > Best regards, > Filip > > On Thu, 26 Jan 2017, N Laszlo Frazer wrote: > >> Date: Thu, 26 Jan 2017 21:33:44 >> From: N Laszlo Frazer >> To: "vim-

Re: [Vim-latex-devel] Aux completion

2017-01-27 Thread Filip Kadlec
: N Laszlo Frazer To: "vim-latex-devel@lists.sourceforge.net" Subject: Re: [Vim-latex-devel] Aux completion Please do not remove the current functionality. I think it would be very annoying to rely on the aux file being up-to-date. Well-chosen keys are much easier to remember than

Re: [Vim-latex-devel] Aux completion

2017-01-26 Thread N Laszlo Frazer
Please do not remove the current functionality. I think it would be very annoying to rely on the aux file being up-to-date. Well-chosen keys are much easier to remember than numbers, and they do not change when you expand the document. On Fri, 27 Jan 2017 00:52:25 +1100, Gerd Wachsmuth wr

[Vim-latex-devel] Aux completion

2017-01-26 Thread Gerd Wachsmuth
Hi, in my version of latex-suite (https://github.com/gerw/vim-latex-suite), I have changed the mechanism of \ref-completions. The current version of latex-suite greps through the tex-file for \labels. My version greps through the aux-file. This has the advantage, that one does not have to memo