から:help :language
:
Some systems accept aliases like "en" or
"en_US", but some only accept the full specification
like "en_US.ISO_8859-1". On Unix systems you can use
this command to see what locales are supported:
:!locale -a
私のUbuntuマシンでは、
$ locale -a
C
C.UTF-8
en_US.utf8
POSIX
したがって、問題は「utf8」と「UTF-8」のどちらかでしょう。
から:help 'langmenu'
:
This option must be set before loading menus, switching on filetype
detection or syntax highlighting. Once the menus are defined setting
this option has no effect. But you could do this:
:source $VIMRUNTIME/delmenu.vim
:set langmenu=de_DE.ISO_8859-1
:source $VIMRUNTIME/menu.vim
コメントから、vimrcの一番上に配置しようとしました。おそらく邪魔になるシステムvimrcファイルがあるでしょう。:version
またはで確認してください:scriptnames
。その場合、提案された行のようなものを追加します。
language messages C
ます。