Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vim · Vim (Vi IMproved) text editor users list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 58871 - 58900 of 137738   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
58871 Bruce Who
HuXuZhao@... Send Email
Apr 30, 2005
2:46 am
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email 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@... Send Email
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@... Send Email
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@... Send Email 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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email 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@... Send Email 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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email 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@... Send Email
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@... Send Email
May 1, 2005
12:40 am
Hi, ... In Vim7, the 'statusline&#39; 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@... Send Email
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"...
Messages 58871 - 58900 of 137738   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help