aboutsummaryrefslogblamecommitdiff
path: root/dot_vim/ftplugin/latex-suite/packages/ngerman
blob: 534ac3034fd9798cd6ee75f02b340dd7c95a6109 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                       
if exists("ngerman_package_file")
	finish
endif
let ngerman_package_file = 1

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

" vim:ft=vim:ff=unix: