[Vim-latex-cvs] vimfiles/doc latex-suite.xml,1.25,1.26 latex-suite.txt,1.47,1.48
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-11-16 03:37:43
|
Update of /cvsroot/vim-latex/vimfiles/doc In directory sc8-pr-cvs1:/tmp/cvs-serv32411 Modified Files: latex-suite.xml latex-suite.txt Log Message: Readding Mikolaj's correction to latex-suite.xml Index: latex-suite.xml =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** latex-suite.xml 14 Nov 2003 10:29:29 -0000 1.25 --- latex-suite.xml 16 Nov 2003 03:37:00 -0000 1.26 *************** *** 2738,2742 **** <para> Customizing &ls; is done by defining certain global variables in ! <literal>$VIM/ftplugin/tex/texrc.vim</literal>, where <literal>$VIM</literal> corresponds to <literal>~/.vim</literal> for *nix machines and <literal>~/vimfiles</literal> for windows machines. This file --- 2738,2742 ---- <para> Customizing &ls; is done by defining certain global variables in ! <literal>$VIM/ftplugin/tex/texrc</literal>, where <literal>$VIM</literal> corresponds to <literal>~/.vim</literal> for *nix machines and <literal>~/vimfiles</literal> for windows machines. This file *************** *** 2749,2753 **** <para>It is also possible to define any customization in the <literal>$VIM/ftplugin/tex.vim</literal> file, but for the sake of ! clarity, you might want to use the <literal>texrc.vim</literal> file described above </para> --- 2749,2753 ---- <para>It is also possible to define any customization in the <literal>$VIM/ftplugin/tex.vim</literal> file, but for the sake of ! clarity, you might want to use the <literal>texrc</literal> file described above </para> Index: latex-suite.txt =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/doc/latex-suite.txt,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** latex-suite.txt 14 Nov 2003 10:36:01 -0000 1.47 --- latex-suite.txt 16 Nov 2003 03:37:00 -0000 1.48 *************** *** 2158,2163 **** Customizing Latex-Suite is done by defining certain global variables in ! $VIM/ftplugin/tex/texrc.vim, where $VIM corresponds to ~/.vim for *nix machines ! and ~/vimfiles for windows machines. This file is not part of the Latex-Suite distribution. You will need to create this file if you need to change any default settinngs. Since this file is not included as part of the Latex-Suite --- 2158,2163 ---- Customizing Latex-Suite is done by defining certain global variables in ! $VIM/ftplugin/tex/texrc, where $VIM corresponds to ~/.vim for *nix machines and ! ~/vimfiles for windows machines. This file is not part of the Latex-Suite distribution. You will need to create this file if you need to change any default settinngs. Since this file is not included as part of the Latex-Suite *************** *** 2166,2170 **** NOTE: It is also possible to define any customization in the $VIM/ftplugin/tex.vim file, but for the sake of clarity, you might want to ! use the texrc.vim file described above --- 2166,2170 ---- NOTE: It is also possible to define any customization in the $VIM/ftplugin/tex.vim file, but for the sake of clarity, you might want to ! use the texrc file described above |