[Vim-latex-cvs] vimfiles/ftplugin/latex-suite folding.vim,1.21,1.22
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-12-02 10:56:24
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1:/tmp/cvs-serv20299 Modified Files: folding.vim Log Message: Change: remove slide from the section setting. (Zhang Lin-bo) Change: add the \\begin{slide} pattern to the end pattern of the section environments. (Zhang Lin-bo) Index: folding.vim =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/folding.vim,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** folding.vim 2 Dec 2003 10:50:54 -0000 1.21 --- folding.vim 2 Dec 2003 10:56:20 -0000 1.22 *************** *** 113,117 **** if !exists('g:Tex_FoldedSections') ! let g:Tex_FoldedSections = 'slide,part,chapter,section,%%fakesection,' \. 'subsection,subsubsection,paragraph' endif --- 113,117 ---- if !exists('g:Tex_FoldedSections') ! let g:Tex_FoldedSections = 'part,chapter,section,%%fakesection,' \. 'subsection,subsubsection,paragraph' endif *************** *** 284,288 **** \ '^\s*\\frontmatter\|^\s*\\mainmatter\|^\s*\\backmatter\|' \. '^\s*\\begin{thebibliography\|>>>\|^\s*\\endinput\|' ! \. '^\s*\\end{document') endif " }}} --- 284,288 ---- \ '^\s*\\frontmatter\|^\s*\\mainmatter\|^\s*\\backmatter\|' \. '^\s*\\begin{thebibliography\|>>>\|^\s*\\endinput\|' ! \. '^\s*\\begin{slide\|^\s*\\end{document') endif " }}} |