aboutsummaryrefslogtreecommitdiff
path: root/dot_vim/ftplugin/latex-suite/packages/german
blob: 9aa75190d5f62cd5a95a15d733d2e7226dc59514 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
if exists("german_package_file")
	finish
endif
let german_package_file = 1

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

" vim:ft=vim:ff=unix: