Yongwei Wu wrote:

> Some time ago I complained about UTF-8 related problems in Windows
> GVIM <URL:http://tech.groups.yahoo.com/group/vim/message/72622>. Today
> I installed Steve Hall's build of GVIM 7.0.106, and gladly find that
> some of the problems are fixed. No hacking to menu_zh_cn.utf-8.vim is
> necessary now, and trick of runtime! delmenu.vim is not needed any
> more. With the thee-line _vimrc the look is generally OK:
> 
> set encoding=utf-8
> source $VIMRUNTIME/vimrc_example.vim
> lang messages zh_CN.UTF-8
> 
> However, the context menu for tabs is still not correct. Removing the
> third line above can make the menu right, with the price that Chinese
> in start-up screen, status messages, and titles are not correct.
> 
> I would be very glad to see it fixed too.

In what way is the tab pages line context menu not correct?  Does it
look like the encoding is wrong?

This menu is hard-coded in src/gui_w48.c.  It uses the InsertMenuItem()
function.  Perhaps it should be changed to use a wide character
function?  Looks like it.

-- 
If corn oil comes from corn, where does baby oil come from?

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

Reply via email to