Re: How to set the language of ui in gvim

2016-12-17 Thread Tony Mechelynck
On Thu, Dec 15, 2016 at 12:08 PM, Dominique Pellé wrote: > Zhe Lee wrote: > >> On Tuesday, December 13, 2016 at 10:02:16 PM UTC+8, Zhe Lee wrote: >>> According to this link I already add the language setting code into my >>> vimrc file. >>>

Re: How to set the language of ui in gvim

2016-12-15 Thread Dominique Pellé
Zhe Lee wrote: > On Tuesday, December 13, 2016 at 10:02:16 PM UTC+8, Zhe Lee wrote: >> According to this link I already add the language setting code into my vimrc >> file. >> http://superuser.com/a/921446/609799 >> >> "Set The Language Of The Vim" >> set langmenu=en_US

Re: How to set the language of ui in gvim

2016-12-14 Thread Zhe Lee
On Tuesday, December 13, 2016 at 10:02:16 PM UTC+8, Zhe Lee wrote: > According to this link I already add the language setting code into my vimrc > file. > http://superuser.com/a/921446/609799 > > "Set The Language Of The Vim" > set langmenu=en_US > let $LANG = 'en_US' > source

Re: Re: How to set the language of ui in gvim

2016-12-14 Thread Zhe Lee
On Wednesday, December 14, 2016 at 12:54:58 PM UTC+8, Tony Mechelynck wrote: > It is not always possible or desirable to disable +multi_lang. > > Which languages are recognized (and acceptable as argument to the > :language command and its subcommands) depends on your OS and on hos > it is

Re: Re: How to set the language of ui in gvim

2016-12-13 Thread Tony Mechelynck
It is not always possible or desirable to disable +multi_lang. Which languages are recognized (and acceptable as argument to the :language command and its subcommands) depends on your OS and on hos it is installed. On Windows, ":language messages en" usually works, ":language messages C"

Re: Re: How to set the language of ui in gvim

2016-12-13 Thread skywind3...@163.com
Hi 李哲! 1. Delete your vim/lang folder or 2. Install gvim with "native language " disabled. skywind3...@163.com From: Christian Brabandt Date: 2016-12-14 02:45 To: vim_use Subject: Re: How to set the language of ui in gvim Hi 李哲! On Di, 13 Dez 2016, 李哲 wrote: > According to this

Re: How to set the language of ui in gvim

2016-12-13 Thread Christian Brabandt
Hi 李哲! On Di, 13 Dez 2016, 李哲 wrote: > According to this link I already add the language setting code into my vimrc > file. > http://superuser.com/a/921446/609799 > > "Set The Language Of The Vim" > set langmenu=en_US > let $LANG = 'en_US' > source $VIMRUNTIME/delmenu.vim > source

Re: How to set the language of ui in gvim

2016-12-13 Thread Lifu Tang
On Tue, Dec 13, 2016 at 6:02 AM 李哲 wrote: > According to this link I already add the language setting code into my > vimrc file. > http://superuser.com/a/921446/609799 > > "Set The Language Of The Vim" > set langmenu=en_US > let $LANG = 'en_US' > source