Skip to content

Commit fe879fc

Browse files
committed
Merge branch 'master' of github.com:splhack/macvim
2 parents db92058 + eae9447 commit fe879fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MacVim/vimrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ if !(has('win32') || has('mac')) && has('multi_lang')
8282
endif
8383
" MacOS Xメニューの日本語化 (メニュー表示前に行なう必要がある)
8484
if has('mac')
85+
set encoding=utf-8
86+
set ambiwidth=double
8587
if exists('$LANG') && $LANG ==# 'ja_JP.UTF-8'
8688
set langmenu=ja_ja.utf-8.macvim
87-
set encoding=utf-8
88-
set ambiwidth=double
8989
endif
9090
endif
9191
" 日本語入力用のkeymapの設定例 (コメントアウト)

0 commit comments

Comments
 (0)