[Vim-latex-cvs] vimfiles/ftplugin/latex-suite folding.vim,1.13,1.14
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-11-25 07:47:41
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1:/tmp/cvs-serv31878 Modified Files: folding.vim Log Message: Bug fix in termination condition for %fakesection was buggy (Zhang Lin-bo) Index: folding.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/folding.vim,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** folding.vim 23 Oct 2003 01:51:00 -0000 1.13 --- folding.vim 25 Nov 2003 06:56:42 -0000 1.14 *************** *** 258,265 **** \ ) " }}} ! " {{{ fakesection (for forcinga fold item manually) call AddSyntaxFoldItem ( \ '^\s*%%fakesection', ! \ '^\s*\\appendix\W\|^\s\\section\W\|^\s*%%fakesection\|^\s*\\bibliography\|^\s*\\chapter\W\|^\s*\\begin{slide\|^\s*\\begin{thebibliography\|^\s*\\end{document', \ 0, \ -1, --- 258,265 ---- \ ) " }}} ! " {{{ fakesection (for forcing a fold item manually) call AddSyntaxFoldItem ( \ '^\s*%%fakesection', ! \ '^\s*\\appendix\W\|^\s*\\section\W\|^\s*%%fakesection\|^\s*\\bibliography\|^\s*\\chapter\W\|^\s*\\begin{slide\|^\s*\\begin{thebibliography\|^\s*\\end{document', \ 0, \ -1, |