[Vim-latex-cvs] vimfiles/doc latex-suite.txt,1.51,1.52
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-12-14 09:38:45
|
Update of /cvsroot/vim-latex/vimfiles/doc In directory sc8-pr-cvs1:/tmp/cvs-serv9042 Modified Files: latex-suite.txt Log Message: Index: latex-suite.txt =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.txt,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** latex-suite.txt 2 Dec 2003 12:00:22 -0000 1.51 --- latex-suite.txt 14 Dec 2003 07:25:04 -0000 1.52 *************** *** 1802,1806 **** This entry defines which sections will be folded. This setting is a comma seperated list of section names. The default value is: > ! slide,part,chapter,section,%%fakesection, subsection,subsubsection,paragraph Each of the entries in the list will fold up a section of the corresponding --- 1802,1806 ---- This entry defines which sections will be folded. This setting is a comma seperated list of section names. The default value is: > ! part,chapter,section,%%fakesection, subsection,subsubsection,paragraph Each of the entries in the list will fold up a section of the corresponding *************** *** 1835,1839 **** This entry defines which commands will be folded. It is a comma seperated string ! of words each of which defines a single command. The defualt setting is empty, i.e no commands are folded. The words need not be standard Latex commands. You can use whatever words you like. Each word will fold all commands whose name --- 1835,1839 ---- This entry defines which commands will be folded. It is a comma seperated string ! of words each of which defines a single command. The default setting is empty, i.e no commands are folded. The words need not be standard Latex commands. You can use whatever words you like. Each word will fold all commands whose name |