summaryrefslogtreecommitdiff
path: root/vim-latex/ftplugin/latex-suite/packages/ngerman
blob: 3f580256fd56cef04767a8bf322e3987811709b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if exists("ngerman_package_file")
	finish
endif
let ngerman_package_file = 1

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

" vim:ft=vim:ff=unix: