These settings affect the smart key functionality as described here.
Type | Boolean |
Default Value | 1 |
Whether or not the smart quotes functionality is available.
If enabled, the quote characters can be customized by setting the following variables:
Setting | Value |
---|---|
g:Tex_SmartQuoteOpen | "``" |
g:Tex_SmartQuoteClose | "''" |
Non-English users will want to change these settings to their locale.
These global variables will be ignored if there are buffer-local
variables (with the same name), which may be set in the language specific
package files, such as
$VIM/ftplugin/latex-suite/packages/german
.