1
0
Fork 0
mirror of synced 2024-07-06 15:31:10 -04:00
ultimate-vim/vim_plugins_src/latexSuite-1.5/ftplugin/latex-suite/packages/ngerman

6 lines
129 B
Plaintext
Raw Normal View History

" For now just define the smart quotes.
let b:Tex_SmartQuoteOpen = '"`'
let b:Tex_SmartQuoteClose = "\"'"
" vim:ft=vim:ff=unix: