Re: [Vim-latex-cvs] vimfiles/ftplugin/latex-suite/packages german,NONE,1.1
Brought to you by:
srinathava,
tmaas
From: Benji F. <be...@me...> - 2003-01-14 23:18:43
|
sri...@us... wrote: > Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages > In directory sc8-pr-cvs1:/tmp/cvs-serv27241a > > Added Files: > german > Log Message: > - defining the german quotes here... This makes any file in which > \usepackage{german} is detected use "` and '" as the quote characters... > > > --- NEW FILE: german --- > " For now just define the smart quotes. > let g:Tex_SmartQuoteOpen = '"`' > let g:Tex_SmartQuoteClose = "'\"" > > " vim:ft=vim:ff=unix: OK, this will be simpler than what I had in mind. Better make these variables buffer-local, then modify TexQuotes() to use the usual buffer, global, default system. Remember, I may edit one German file, then switch to English in another file in the same session. I will do this tomorrow if you do not beat me to it. --Benji |