Reconfigure macro handling to free the ` sign

This commit is contained in:
2023-06-17 23:04:07 +02:00
parent 961283e76a
commit 42e1e25855

View File

@@ -14,8 +14,10 @@ endfunction
let Tex_FoldedSections="" let Tex_FoldedSections=""
let Tex_FoldedEnvironments="" let Tex_FoldedEnvironments=""
let Tex_FoldedMisc="" let Tex_FoldedMisc=""
"let Tex_SmartQuoteOpen="\\enquote\{"
"let Tex_SmartQuoteClose="\}" " Change the leading character for shortcuts, to free the '`' for UK-style
" quotes.
let Tex_Leader="~"
set grepprg=grep\ -nH\ $* set grepprg=grep\ -nH\ $*
let g:tex_flavor='latex' let g:tex_flavor='latex'