On Wed, Oct 27, 2010 at 07:21:41PM +0200, patrickmas...@free.fr wrote:
> Dear vim-latex-devel,
> 
> As reported in
> http://permalink.gmane.org/gmane.comp.editors.vim.latex.devel/88
> if your LaTeX file contains something like
> \label{section:Important stuff}
> (note the space between Important and stuff) then \ref{<F9>}
> will bring a correct outline buffer but when you press Enter on the line
> section:Important stuff
> you will get in your original file:
> \ref{section:Important}
> instead of the expected
> \ref{section:Important stuff}

This works for me with this minimal example and SVN revision 1112:
\documentclass{article}
\begin{document}

\label{label1nospace}
\label{label2 space}
\label{label3nospace}

\ref{
\end{document}

Regards
Till

Attachment: pgpMAypF1UuGo.pgp
Description: PGP signature

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to