6 lines
129 B
Text
6 lines
129 B
Text
|
" For now just define the smart quotes.
|
||
|
let b:Tex_SmartQuoteOpen = '"`'
|
||
|
let b:Tex_SmartQuoteClose = "\"'"
|
||
|
|
||
|
" vim:ft=vim:ff=unix:
|