Re: [Vim-latex-cvs] vimfiles/ftplugin/latex-suite/packages ngerman,NONE,1.1
Brought to you by:
srinathava,
tmaas
|
From: Benji F. <be...@me...> - 2003-01-16 02:01:55
|
mi...@us... wrote:
> Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages
> In directory sc8-pr-cvs1:/tmp/cvs-serv32100
>
> Added Files:
> ngerman
> Log Message:
> new package file
>
> --- NEW FILE: ngerman ---
> " For now just define the smart quotes.
> let g:Tex_SmartQuoteOpen = '"`'
> let g:Tex_SmartQuoteClose = "'\""
First of all, the close quote should be "' instead of '" .
Second, is there any reason not to have simply
:execute "source" expand("%:p:h") . "/german"
in this file? Finally, is there any way to get these files :source'd
when the file contains
\usepackage[german]{babel}
instead of
\usepackage{german}
?
--Benji
|