2008/11/1 Tony Mechelynck <[EMAIL PROTECTED]>
> On 01/11/08 22:58, maalobs wrote:
>> Is there a way to acquire an English GUI in Windows Vim in spite
>> of having a non-English regional setting in Windows?
> To get Vim messages and menus in English regardless of the OS
> language setting, just add the following near the top of your vimrc:
> if has('unix')
> language messages C
> else
> language messages en
> endif
> None of the following (which are normally not all present) should
> precede it:
> source $VIMRUNTIME/vimrc_example.vim
> runtime vimrc_example.vim
> filetype on
> filetype plugin on
> filetype indent on
> filetype plugin indent on
> syntax enable
> syntax on
Yes, that was the solution!
Thank you for your kind help!
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---