[Vim-latex-cvs] vimfiles/ftplugin/latex-suite texrc,1.32,1.33
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-07-26 19:10:13
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1:/tmp/cvs-serv22514 Modified Files: texrc Log Message: - documentation bug fix about location of local texrc. Index: texrc =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/texrc,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** texrc 24 Jul 2003 03:03:51 -0000 1.32 --- texrc 26 Jul 2003 19:10:10 -0000 1.33 *************** *** 14,23 **** " " You can do one of the following: ! " 1. Copy this file into $VIMFILES/ftplugin/latex-suite/tex/texrc " and edit the values in that file. " $VIMFILES is ~/.vim for UNIX systems and ~/vimfiles for ! " WINDOWS systems. Copying it to some arbitrary location even ! " within some other location in your 'runtimepath' will not ! " work. " " 2. Just set values of each setting individually in your --- 14,21 ---- " " You can do one of the following: ! " 1. Copy this file into $VIMFILES/ftplugin/tex/texrc " and edit the values in that file. " $VIMFILES is ~/.vim for UNIX systems and ~/vimfiles for ! " WINDOWS systems. " " 2. Just set values of each setting individually in your |