[Vim-latex-devel] <F9> Debian
Brought to you by:
srinathava,
tmaas
From: Yigal W. <yig...@gm...> - 2006-09-16 22:03:06
|
In Debian without a patch from the package maintainer, Franz Pletz <fp...@fr...> , (attached is the patch) no outline is generated when attempting to obtain a reference through \ref{<F9>} but only python errors (as has been discussed on this board). With the patch, however, an outline is available but it lacks the feature that if a return is made on the ">" the name is inserted into the references instead only the type is. For example, assume I wanted a certain reference "fig: structure vs. tree" so \ref{<F9>}: > fig: structure vs. tree Pressing return on the ">" one gets \ref{fig:} and not the desired \ref{fig: structure vs. tree}? I believe the answer is an error in $VIM/addons/ftplugin/outline.py, unfortunately I don't speak python. Please help me get this functionality. I realize that as I am dealing with a patched outline I may be on my own but perhaps you can give me suggestions. |