[Vim-latex-devel] g:Tex_SmartNestedQuoteOpen
Brought to you by:
srinathava,
tmaas
From: <c....@po...> - 2016-08-10 14:40:19
|
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. |