Re: [Vim-latex-devel] Autocompletion of theorems when using tcolorbox
Brought to you by:
srinathava,
tmaas
From: Gerd W. <ger...@ma...> - 2016-06-21 09:23:01
|
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. > (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 Best regards, Gerd |