summaryrefslogtreecommitdiff
path: root/runtime/lang/menu_de_de.latin1.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-05-01 21:14:34 +0200
committerBram Moolenaar <Bram@vim.org>2012-05-01 21:14:34 +0200
commit8071607aa5e6f4decd2c3ba0a41cf2b3498b6f1e (patch)
treeb89b0ce21c32df983ad6b857b3ac55188a0f58ed /runtime/lang/menu_de_de.latin1.vim
parent2d0b92f8f9f765f2707a98a3493903f895c87c7f (diff)
downloadvim-git-8071607aa5e6f4decd2c3ba0a41cf2b3498b6f1e.tar.gz
More runtime file fixes for 'compatible' mode.
Diffstat (limited to 'runtime/lang/menu_de_de.latin1.vim')
-rw-r--r--runtime/lang/menu_de_de.latin1.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/lang/menu_de_de.latin1.vim b/runtime/lang/menu_de_de.latin1.vim
index 6bfc07248..70feb74d2 100644
--- a/runtime/lang/menu_de_de.latin1.vim
+++ b/runtime/lang/menu_de_de.latin1.vim
@@ -10,6 +10,8 @@ if exists("did_menu_trans")
finish
endif
let did_menu_trans = 1
+let s:keepcpo= &cpo
+set cpo&vim
" The translations below are in latin1, but they work for cp1252 and
" iso-8859-15 without conversion as well.
@@ -302,3 +304,6 @@ let g:menutrans_tags_dialog = "Geben Sie die Namen der 'tag'-Dateien ein.\nTrenn
let g:menutrans_textwidth_dialog = "Geben Sie eine neue Text-Breite ein (oder 0, um die Formatierung abzuschalten)"
let g:menutrans_fileformat_dialog = "Wählen Sie ein Datei-Format aus"
" }}}
+
+let &cpo = s:keepcpo
+unlet s:keepcpo