[Vim-latex-cvs] vimfiles/doc latex-suite.xml,1.24,1.25
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-11-14 10:29:33
|
Update of /cvsroot/vim-latex/vimfiles/doc In directory sc8-pr-cvs1:/tmp/cvs-serv17505 Modified Files: latex-suite.xml Log Message: New: A description of the g:Imap_FreezeImap option. Fix: Mikolaj screwed up the last commit by using a file in which the xml structure was all mangled. I suspect he used qgap or something similar on some xml! I am reverting the file to the 1.23 status. This unfortunately means that MM's addition is lost. Index: latex-suite.xml =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** latex-suite.xml 30 Oct 2003 22:49:47 -0000 1.24 --- latex-suite.xml 14 Nov 2003 10:29:29 -0000 1.25 *************** *** 212,215 **** --- 212,225 ---- </note> </note> + <note id="pausing-imaps"> + <title>Pausing Macro expansion</title> + <para> + If you wish to temporarily suspend the imaps functionality, then you + can set the <literal>Imap_FreezeImap</literal> to 1. If you set + <literal>g:Imap_FreezeImap</literal> to 1, then it will be a + system-wide setting. Setting <literal>b:Imap_FreezeImap</literal> will [...1760 lines suppressed...] ! <title>Credits</title> ! <para> ! And finally, the credits: ! </para> ! <informaltable frame="none"> ! <tgroup cols="2"> ! <tbody> ! <row> ! <entry>Artur R. Czechowski</entry> ! <entry>maintains the BSD package of latex-suite. Lots of valuable ! feedback.</entry> ! </row> ! <row> ! <entry> ! Lubomir Host ! </entry> ! <entry> ! provided the diacritics and also helped in development. </entry> |