Revision: 1031
http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1031&view=rev
Author: tmaas
Date: 2008-05-29 15:16:45 -0700 (Thu, 29 May 2008)
Log Message:
-----------
- no space before the colon in the fold text after label text
Modified Paths:
--------------
trunk/vimfiles/ftplugin/latex-suite/folding.vim
Modified: trunk/vimfiles/ftplugin/latex-suite/folding.vim
===================================================================
--- trunk/vimfiles/ftplugin/latex-suite/folding.vim 2008-05-29 21:16:58 UTC (rev 1030)
+++ trunk/vimfiles/ftplugin/latex-suite/folding.vim 2008-05-29 22:16:45 UTC (rev 1031)
@@ -377,7 +377,7 @@
end
let retText = matchstr(ftxto, '^[^:]*').': '.header.
- \ ' ('.label.') : '.caption
+ \ ' ('.label.'): '.caption
return leadingSpace.retText
elseif getline(v:foldstart) =~ '^%' && getline(v:foldstart) !~ '^%%fake'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|