[Vim-latex-cvs] vimfiles/ftplugin/latex-suite/packages german,1.1,1.2
Brought to you by:
srinathava,
tmaas
From: <ma...@us...> - 2003-01-15 16:24:59
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages In directory sc8-pr-cvs1:/tmp/cvs-serv3373/ftplugin/latex-suite/packages Modified Files: german Log Message: Make the Tex_SmartQuote* variables buffer-local, and change the close-quote string from '" to "' . Index: german =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/german,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** german 14 Jan 2003 23:00:08 -0000 1.1 --- german 15 Jan 2003 16:24:56 -0000 1.2 *************** *** 1,5 **** " For now just define the smart quotes. ! let g:Tex_SmartQuoteOpen = '"`' ! let g:Tex_SmartQuoteClose = "'\"" " vim:ft=vim:ff=unix: --- 1,5 ---- " For now just define the smart quotes. ! let b:Tex_SmartQuoteOpen = '"`' ! let b:Tex_SmartQuoteClose = "\"'" " vim:ft=vim:ff=unix: |