comparison runtime/lang/menu_ja_jp.utf-8.vim @ 3507:8201108e9cf0

More runtime file fixes for 'compatible' mode.
author Bram Moolenaar <bram@vim.org>
date Tue, 01 May 2012 21:14:34 +0200
parents b0d34143ebfc
children 11d40fc82f11
comparison
equal deleted inserted replaced
3506:273fbf501965 3507:8201108e9cf0
7 " Quit when menu translations have already been done. 7 " Quit when menu translations have already been done.
8 if exists("did_menu_trans") 8 if exists("did_menu_trans")
9 finish 9 finish
10 endif 10 endif
11 let did_menu_trans = 1 11 let did_menu_trans = 1
12 let s:keepcpo= &cpo
13 set cpo&vim
12 14
13 scriptencoding utf-8 15 scriptencoding utf-8
14 16
15 " Help menu 17 " Help menu
16 menutrans &Help ヘルプ(&H) 18 menutrans &Help ヘルプ(&H)
332 an 10.396.120.120 &File.エンコード指定(&E)\.\.\..保存(&S)\.\.\..JIS(&J)<Tab>fenc=iso-2022-jp-3 :set fenc=iso-2022-jp-3 \| w<CR> 334 an 10.396.120.120 &File.エンコード指定(&E)\.\.\..保存(&S)\.\.\..JIS(&J)<Tab>fenc=iso-2022-jp-3 :set fenc=iso-2022-jp-3 \| w<CR>
333 endif 335 endif
334 an 10.396.120.130 &File.エンコード指定(&E)\.\.\..保存(&S)\.\.\..UTF-8(&8)<Tab>fenc=utf-8 :set fenc=utf-8 \| w<CR> 336 an 10.396.120.130 &File.エンコード指定(&E)\.\.\..保存(&S)\.\.\..UTF-8(&8)<Tab>fenc=utf-8 :set fenc=utf-8 \| w<CR>
335 endif 337 endif
336 338
339 let &cpo = s:keepcpo
340 unlet s:keepcpo
341
337 " filler to avoid the line above being recognized as a modeline 342 " filler to avoid the line above being recognized as a modeline
338 " filler 343 " filler
339 " filler
340 " filler