aboutsummaryrefslogtreecommitdiff
path: root/dot_vim/ftplugin/latex-suite/packages/ngerman
diff options
context:
space:
mode:
Diffstat (limited to 'dot_vim/ftplugin/latex-suite/packages/ngerman')
-rw-r--r--dot_vim/ftplugin/latex-suite/packages/ngerman10
1 files changed, 0 insertions, 10 deletions
diff --git a/dot_vim/ftplugin/latex-suite/packages/ngerman b/dot_vim/ftplugin/latex-suite/packages/ngerman
deleted file mode 100644
index 534ac30..0000000
--- a/dot_vim/ftplugin/latex-suite/packages/ngerman
+++ /dev/null
@@ -1,10 +0,0 @@
-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: