vuthecuong wrote:
Does anyone is using vim7 on freebsd?
When install vim7 from ports, which install option will make vim7 interface
become japanese?
Thanks in advanced
Vim (compiled with +multi_byte +multi_lang etc.) should start up in Japanese
with no particular user intervention if the system locale is Japanese.
If the system locale is _not_ Japanese, you should still be able to get
Japanese menus and messages in gvim by using "language messages jp_JP" (or
something) at the very top of your vimrc (just after "set nocompatible" if
that is your first line, before sourcing the vimrc_example if you do, before
"filetype plugin on" and/or "syntax on" if you use them). Of course you would
also need to set 'encoding' to some value compatible with Japanese text.
Note that it's better to use a recent bugfixed build, because some of the
fixes are for proper display of CJK menus. The latest version (AFAIK) is
7.0.164 and the "table of contents" of the bug fixes can be read at
http://ftp.vim.org/pub/vim/patches/7.0/README
Best regards,
Tony.