Re: [Vim-latex-devel] Autocompletion of theorems when using tcolorbox
Brought to you by:
srinathava,
tmaas
From: George <geo...@gm...> - 2016-06-21 10:05:15
|
Hi Gerd, On Tue, Jun 21, 2016, at 05:22, Gerd Wachsmuth wrote: > Hi George, > >> Before I install your version, is there any small change that >> I can do >> to implement this feature in my existing installation? I tried >> replacing >> my /ftplugin/latex-suite/outline.py/ with yours from github, but this >> didn't change anything with the issue I described. > You have to use > > /ftplugin/latex-suite/auxoutline.py > > from my repository. Maybe you can replace your outline.py with this > auxoutline.py - I am not quite sure if that works. In fact, there is > also some logic sitting in texviewer.vim. It's alright then, I'll just use your version. > >> (I will also try to backport that feature in the next time) >> >> Do you mean implement this in the official vim-latex? > Yes, I am going to implement this feature in the official > version. I am > currently not sure, if I should fully replace the old behaviour or if > I > should enable the user to choose from both methods, see the new > discussion at: > > https://github.com/vim-latex/vim-latex/issues/55 Ok, that's great. I'll be following that. Many thanks again, George > > > Best regards, > Gerd |