Hi, Mechelynck: I installed the patch, and add below code to my _vimrc file: set termencoding=cp936 set encoding=UTF-8 set fileencodings=ucs-bom,utf-8,cp936 ...
58872
A. J. Mechelynck
antoine.mechelynck@...
Apr 30, 2005 3:04 am
... Ah, it seems we are making progress. Do you mean the Chinese-language menus are displayed incorrectly, or the Chinese-language messages, or both? If it's...
58873
Bruce Who
HuXuZhao@...
Apr 30, 2005 3:29 am
Hi, Tony: ... after I add following code to _vimrc: set termencoding=cp936 set encoding=UTF-8 set fileencodings=ucs-bom,utf-8,cp936 setg bomb set...
58874
Bruce Who
HuXuZhao@...
Apr 30, 2005 4:03 am
Hi, Douni: ... both ... I have just looked at the menu.vim file. I added echomsg "s:lang is".s:lang to the script and found s:lang is zh_CN, so I directly...
58875
Lennart Andersen
lennart@...
Apr 30, 2005 5:37 am
How do I set the $VIMRUNTIME variable? -- Lennart Andersen St Thomas, Ontario lennart at rogers dot com ... - Human knowledge belongs to the world [From the...
58876
Vishnu
vishnu@...
Apr 30, 2005 5:47 am
Hi, ... This variable is already set by VIM. If you want to set it from vim, do ... Or set the $VIMRUNTIME in the shell or dos prompt and invoke gvim, the ...
58877
A. J. Mechelynck
antoine.mechelynck@...
Apr 30, 2005 5:58 am
... Hi Bruce ... Altering files in $VIMRUNTIME or in its subdirectories is always a bad idea, because any upgrade can silently replace any such file. What...
58878
A. J. Mechelynck
antoine.mechelynck@...
Apr 30, 2005 6:02 am
A. J. Mechelynck wrote: [...] ... [...] Oops. :set langmenu=zh_cn.utf-8 or :set langmenu=zh_cn.cp936 Best regards, Tony....
58879
A. J. Mechelynck
antoine.mechelynck@...
Apr 30, 2005 6:28 am
... You don't. You may or may not set the $VIM variable, and Vim sets $VIMRUNTIME based on it, or if not found, based (on Windows) on the directory for the Vim...
58880
Bruce Who
HuXuZhao@...
Apr 30, 2005 7:02 am
Hi, Tony: ... Thanks for your help! Everything is Ok now! I add below code to the _vimrc file: language messages zh_CN.UTF-8 set termencoding=UTF-8 set...
58881
Varun Gupta
gpta_varun@...
Apr 30, 2005 7:28 am
Hi All I am relatively new to VIM . Recently downloaded the VIM 6.3 .... Now I am facing some probs with ncurse n termcap lib . I downloaded these libs as...
58882
adah@...
Apr 30, 2005 7:40 am
Thanks, Bruce, for finding out language messages zh_CN.UTF-8. I have had troubles with Chinese messages when encoding is UTF-8. Now it is a decent solution. ...
58883
Bruce Who
HuXuZhao@...
Apr 30, 2005 7:54 am
adah: You can add the code to your _vimrc: language messages zh_CN.UTF-8 set termencoding=UTF-8 set encoding=UTF-8 set fileencodings=ucs-bom,utf-8,cp936 setg...
58884
Bruce Who
HuXuZhao@...
Apr 30, 2005 8:01 am
Hi, Tony: I found it's still not perfect. There is something wrong with the status line at the bottom of the gVim window which displays filenames, stuff like...
58885
adah@...
Apr 30, 2005 8:08 am
No, the only thing I need currently is "language messages zh_CN.UTF-8", which crashes my gvim when put in _vimrc. However, it works OK when I type it after...
58886
A. J. Mechelynck
antoine.mechelynck@...
Apr 30, 2005 8:51 am
... [...] ... Good! ... Interesting. I wouldn't have guessed it without trying. [...] ... I notice that "horse" character at right. But don't family names come...
58887
A. J. Mechelynck
antoine.mechelynck@...
Apr 30, 2005 9:05 am
... [...] I don't know. I don't display function names in the status line, but encodings, using ... ...
58888
Yogesh Sharma
yogeshsharma@...
Apr 30, 2005 9:12 am
Hello, I have two Vims installed on my machine: Version 5.7 & Version 6.2 I generally use version 5.7 because of its speed advantages over version 6.2. But if...
58889
A. J. Mechelynck
antoine.mechelynck@...
Apr 30, 2005 9:30 am
... To get specific version 6 features you need to have them compiled-in, so sourcing the version 6 scripts won't be enough. The version 5 executable cannot do...
58890
Bruce Who
HuXuZhao@...
Apr 30, 2005 9:43 am
Tony : ... Thanks for your hint! It seems a daunting job for me. TagName() is a function defined in ctags.vim distributed by another vim user. When I have...
58891
adah@...
Apr 30, 2005 1:59 pm
My test shows that a single line of language messages zh_CN.UTF-8 in _vimrc will crash gvim.exe 6.3, 6.3.67, and 6.3.71 on Chinese Windows 2000. The patched...
58892
adah@...
Apr 30, 2005 2:07 pm
Hi Tony, Prefixing Lao before a family name is somehow similar to calling a person "Old Chap". It is generally used when calling a person older than the ...
58893
A. J. Mechelynck
antoine.mechelynck@...
Apr 30, 2005 3:16 pm
... [...] At 54, I don't feel old yet, thank you. Both my parents are still alive, and when I meet someone your age, I prefer to approach him on a level ...
58894
Gregory Margo
gmargo@...
Apr 30, 2005 4:44 pm
The configure is not finding your ncurses library, but it appears the result is cached from a previous configure attempt. Did you do a "make distclean" in the...
58895
Gregory Margo
gmargo@...
Apr 30, 2005 4:58 pm
... You don't say what kind of speed problems you're having, but I suspect it's start-up speed. Best bet is to load the latest (6.3.71) and optimize that for...
58896
Scott Cegielski
scegielski@...
Apr 30, 2005 9:50 pm
Is it possible to use the set the statusline option differently for each window? Scott Cegielski scegielski@... ...
58897
David.Fishburn@...
Apr 30, 2005 10:07 pm
Yes, but you must code an autocmd to do this. BufEnter event should work. Defining a funtion to do this would give you the flexibility you need. HTH, Dave ... ...
58898
Raj Kiran Grandhi
grajkiran@...
May 1, 2005 12:11 am
Hi, In many cases, the comments posted for a tip are as useful and informative as the tip itself. In this regard, it would also be very helpful to have the...
58899
Yegappan Lakshmanan
yegappanl@...
May 1, 2005 12:40 am
Hi, ... In Vim7, the 'statusline39; option is a global option with a local value. It can be set either globally or locally to a specific window. - Yegappan...
58900
Eric Arnold
eric_p_arnold@...
May 1, 2005 3:43 am
What does it mean when ... returns, say, 20, and ... also returns 20, while ... says 2 a "file1" line 47 20 %a + "file2"...