[Vim-latex-cvs] vimfiles/ftplugin/latex-suite texrc,1.29,1.30
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-06-30 01:28:43
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1:/tmp/cvs-serv916 Modified Files: texrc Log Message: default g:Tex_RememberCiteSearch to zero. This means that the \cite list is renewed every time as documented in the manual. Index: texrc =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/texrc,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** texrc 18 Jun 2003 01:03:42 -0000 1.29 --- texrc 30 Jun 2003 01:28:39 -0000 1.30 *************** *** 437,441 **** " whether or not searches for \cite's are cached. ! TexLet g:Tex_RememberCiteSearch = 1 " Paths to the bibliography files and custom packages. TexLet g:Tex_BIBINPUTS = '' --- 437,441 ---- " whether or not searches for \cite's are cached. ! TexLet g:Tex_RememberCiteSearch = 0 " Paths to the bibliography files and custom packages. TexLet g:Tex_BIBINPUTS = '' |