Hi read the documentation about "g:Tex_SmartQuoteOpen". And I couldn't
find a way to define this for nested quotes.
Because of that config lines
let g:Tex_SmartQuoteOpen = '„'
let g:Tex_SmartQuoteClose = '“'
a "foobar" is well transformed to „foobar“.
But I want this transformed, too:
"a citation where someone 'say' something"
should become
„a citation where someone ,say‘ something“
Is this possible?
You could take this as a feature request.
|