Hi Ge

> I follow its direction, add this script to _vimrc:
> 
> if has("gui_win32")         " NT Windows
>       try
>               language messages en
>       finally
>               set langmenu=none
>       endtry
> endif
> 
> Now the menu in Vim is not in English, what's wrong
> with my script? could anyone point it out, thanks.
>
Aehm ... do you mean

try
   language messages en
catch
   set langmenu=none
endtry

? The finally statement is always executed -- even if there is no
error or exception.

Best regards
Mathias

Reply via email to