[Vim-latex-cvs] vimfiles/ftplugin/latex-suite/packages german,NONE,1.1
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-01-14 23:00:10
|
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: |