[Vim-latex-cvs] vimfiles/ftplugin/latex-suite/packages ngerman,1.1,1.2
Brought to you by:
srinathava,
tmaas
From: <mi...@us...> - 2003-01-16 11:09:24
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages In directory sc8-pr-cvs1:/tmp/cvs-serv30603 Modified Files: ngerman Log Message: localized to buffer SmartQuotes Index: ngerman =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/packages/ngerman,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ngerman 15 Jan 2003 23:14:51 -0000 1.1 --- ngerman 16 Jan 2003 11:09:22 -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: |