Re: [Vim-latex-cvs] vimfiles/ftplugin/latex-suite main.vim,1.6,1.7
Brought to you by:
srinathava,
tmaas
|
From: Benji F. <be...@me...> - 2002-11-12 22:13:12
|
sri...@us... wrote:
> Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite
> In directory usw-pr-cvs1:/tmp/cvs-serv22754
>
> Modified Files:
> main.vim
> Log Message:
> Always source texrc whether or not user texrc exists. This is because the
> user texrc could be from an older version where not all variables are
> defined. All the other files depend on the variables existing.
Another possibility is
:runtime! ftplugin/tex/texrc
This is simpler, and it has the advantage that it allows for sourcing a
user's texrc, then the one installed (and customized) by the sysadmin,
and finally the default one (with a separate :source command). If you
only plan to have a single user texrc, why use TexLet ?
I may try this myself, in a separate branch. Whoever gets around
to it first should update the lines
" NOTE: This file should NOT be edited directly. The recommended
usage
" is to make a copy somewhere, edit that copy and then source
" that copy in your ftplugin/tex.vim file.
near the top of texrc. The texrc file is automatically loaded, so the
user need not add anything to ftplugin/tex.vim .
--Benji
|