summaryrefslogtreecommitdiffstats
path: root/runtime/lang/menu_no_no.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_no_no.latin1.vim
parent2d0b92f8f9f765f2707a98a3493903f895c87c7f (diff)
More runtime file fixes for 'compatible' mode.
Diffstat (limited to 'runtime/lang/menu_no_no.latin1.vim')
-rw-r--r--runtime/lang/menu_no_no.latin1.vim7
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/lang/menu_no_no.latin1.vim b/runtime/lang/menu_no_no.latin1.vim
index f27b05c71b..a64e343445 100644
--- a/runtime/lang/menu_no_no.latin1.vim
+++ b/runtime/lang/menu_no_no.latin1.vim
@@ -1,6 +1,6 @@
" Menu Translations: Norwegian / Norsk (Bokmål)
" Maintainer: Øyvind A. Holm <sunny@sunbase.org>
-" Last Change: 2004-05-16 20:00:52 +0200
+" Last Change: 2012 May 01
" menu_no_no.latin1.vim 289 2004-05-16 18:00:52Z sunny
" Quit when menu translations have already been done.
@@ -8,6 +8,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 ISO-8859-1, but they work for ISO-8859-15 and
" CP1252 without conversion as well.
@@ -229,5 +231,8 @@ endif
let g:menutrans_textwidth_dialog = "Velg ny tekstbredde (0 for å forhindre formatering): "
let g:menutrans_fileformat_dialog = "Velg filformat som filen skal lagres med"
+let &cpo = s:keepcpo
+unlet s:keepcpo
+
" vim: set ts=8 sw=8 :
" vim600: set fdm=indent :