We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73bed1 commit c058325Copy full SHA for c058325
src/MacVim/vimrc
@@ -83,7 +83,7 @@ endif
83
" MacOS Xメニューの日本語化 (メニュー表示前に行なう必要がある)
84
if has('mac')
85
if exists('$LANG') && $LANG ==# 'ja_JP.UTF-8'
86
- set langmenu=ja
+ set langmenu=ja_ja.utf-8.macvim
87
set encoding=utf-8
88
set ambiwidth=double
89
endif
0 commit comments