File: ngerman

package info (click to toggle)
vim-latexsuite 20060325-5
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,496 kB
  • ctags: 633
  • sloc: sh: 5,538; python: 280; makefile: 67; perl: 50
file content (10 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (3)
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: