[Vim-latex-cvs] vimfiles/ftplugin/latex-suite/packages german,1.3,1.4
Brought to you by:
srinathava,
tmaas
From: <mi...@us...> - 2003-11-14 09:11:27
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages In directory sc8-pr-cvs1:/tmp/cvs-serv4662 Modified Files: german Log Message: Add package and option variables to german package file (Artur R. Czechowicki) Index: german =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/german,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** german 28 Sep 2003 22:52:37 -0000 1.3 --- german 14 Nov 2003 09:11:17 -0000 1.4 *************** *** 4,7 **** --- 4,9 ---- let german_package_file = 1 + let g:TeX_package_german = '' + let g:TeX_package_option_german = '' " For now just define the smart quotes. let b:Tex_SmartQuoteOpen = '"`' |