[Vim-latex-cvs] vimfiles/ftplugin/latex-suite/packages german,1.2,1.2.8.1
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-11-14 09:31:47
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages In directory sc8-pr-cvs1:/tmp/cvs-serv7649 Modified Files: Tag: release-1-5 german Log Message: Bug: Fix <F5> insertion of environments in the presence of \usepackage{german} (Artur Czechowski) Index: german =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/german,v retrieving revision 1.2 retrieving revision 1.2.8.1 diff -C2 -d -r1.2 -r1.2.8.1 *** german 15 Jan 2003 16:24:56 -0000 1.2 --- german 14 Nov 2003 09:31:44 -0000 1.2.8.1 *************** *** 1,2 **** --- 1,4 ---- + let g:TeX_package_german = '' + let g:TeX_package_option_german = '' " For now just define the smart quotes. let b:Tex_SmartQuoteOpen = '"`' |