Re: Vim 7.0 (1-109 patches) completion bug.

2006-10-09 Thread Bill McCarthy
This was a response to a personal mail from Igor, but I am unable to reach his address by mail. I got my message back with: [EMAIL PROTECTED]: 80.91.16.141 does not like recipient. Remote host said: 553 5.7.1 smtp106.sbc.mail.mud.yahoo.com[68.142.198.205]: Client host rejected: Big domain level

Re: Q: rsync://ftp.vim.org/Vim/runtime/ - when?

2006-10-09 Thread A.J.Mechelynck
Bill McCarthy wrote: On Sun 8-Oct-06 7:39pm -0600, A.J.Mechelynck wrote: Bill McCarthy wrote: On Sun 8-Oct-06 5:42pm -0600, Alexey I. Froloff wrote: When current version of vim runtime will be updated for latest patches? Patch 111 modifies autoload/gzip.vim and doc/eval.txt which are

RE: Vim 7.0 (1-109 patches) completion bug.

2006-10-09 Thread Igor Prischepoff
Thank you, Bill. I can confirm same behaviour as you described with my vim. Now it is up to Bram to decide if this is wrong or right. --- [EMAIL PROTECTED]

Re: [BOF] Killer feature

2006-10-09 Thread Aaron Griffin
On 10/7/06, Martin Krischik [EMAIL PROTECTED] wrote: Eclipse-Integration And yes, I already voted on it. I soon have to work with Eclipse - no two ways around it. And I don't think I am the only one. And while Eclipse has tons of features when it comes to text editing it's just another CUA

Patch 7.0.122

2006-10-09 Thread Bram Moolenaar
Patch 7.0.122 Problem:GUI: When clearing after a bold, double-wide character half a character may be drawn. Solution: Check for double-wide character and redraw it. (Yukihiro Nakadaira) Files: src/screen.c *** ../vim-7.0.121/src/screen.c Thu Sep 14 21:04:09 2006 ---

Another UTF-8 Issue (with Chinese)

2006-10-09 Thread Yongwei Wu
Hi Gurus, I have found another issue with Chinese and UTF-8 combined. When I select 新宋体 (probably called NSimSun on your non-Simplified Chinese Windows box) in gvim with encoding=utf-8, the result of typing `:set guifont?' is: guifont=d0c2cbcecce5:h12:cGB2312 (The `d0...e5' part is in blue

Re: Another UTF-8 Issue (with Chinese)

2006-10-09 Thread Yongwei Wu
On 10/9/06, Yongwei Wu [EMAIL PROTECTED] wrote: Hi Gurus, I have found another issue with Chinese and UTF-8 combined. When I select 新宋体 (probably called NSimSun on your non-Simplified Chinese Windows box) in gvim with encoding=utf-8, the result of typing `:set guifont?' is:

Re: Another UTF-8 Issue (with Chinese)

2006-10-09 Thread panshizhu
Yongwei Wu [EMAIL PROTECTED] 写于 2006-10-09 14:19:20: On 10/9/06, Yongwei Wu [EMAIL PROTECTED] wrote: Hi Gurus, I have found another issue with Chinese and UTF-8 combined. When I select 新宋体 (probably called NSimSun on your non-Simplified Chinese Windows box) in gvim with encoding=utf-8,

What's worng with my .vimrc

2006-10-09 Thread Billy Patton
I have used this file for years. I got laid off and rehired 10 months later. I was using it steadily for the last 10 years. Then after the 10 months it no longer works. Everything works properly in gvim but it doesn't in vim. I have the function keys programmed, I espically use f1-4. When I

Re: What's worng with my .vimrc

2006-10-09 Thread Yakov Lerner
On 10/9/06, Billy Patton [EMAIL PROTECTED] wrote: I have used this file for years. I got laid off and rehired 10 months later. I was using it steadily for the last 10 years. Then after the 10 months it no longer works. Everything works properly in gvim but it doesn't in vim. I have the

RE: What's worng with my .vimrc

2006-10-09 Thread Billy Patton
Yep that fixed it. I'm back to normal. I had my function keys programmed to edit or change directories when in a xterm, by highlighting and hitting the correct function key. So how can I have both? -Original Message- From: Billy Patton [mailto:[EMAIL PROTECTED] Sent: Monday,

Re: Win32 build of updated gvim

2006-10-09 Thread Yongwei Wu
On 10/8/06, A.J.Mechelynck [EMAIL PROTECTED] wrote: Yongwei Wu wrote: [...] How to update the runtime files is OS-dependent, but it is usually not much more than a one-liner. On my SuSE Linux system (with bash), I use cd ~/.build/vim/vim70 rsync -avzcP --delete --exclude=/dos/

Re: Another UTF-8 Issue (with Chinese)

2006-10-09 Thread Yongwei Wu
Hi Shi Zhu, On 10/9/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Yongwei Wu [EMAIL PROTECTED] 写于 2006-10-09 14:19:20: On 10/9/06, Yongwei Wu [EMAIL PROTECTED] wrote: Hi Gurus, I have found another issue with Chinese and UTF-8 combined. When I select 新宋体 (probably called NSimSun on

Replacing '%' in a text file

2006-10-09 Thread Muhammad Farooq-i-Azam
I have to replace every occurrence of % in a file with % |. I have been effectively replacing text using the following construct: :%s/\text\/replacement/g However when I try to do the following: :%s/\%\/% |/g I am greeted by an error message. Obviously, the % character needs to be treated

Re: Replacing '%' in a text file

2006-10-09 Thread Jürgen Krämer
Hi, Muhammad Farooq-i-Azam wrote: I have to replace every occurrence of % in a file with % |. I have been effectively replacing text using the following construct: :%s/\text\/replacement/g However when I try to do the following: :%s/\%\/% |/g I am greeted by an error message.

Re: Replacing '%' in a text file

2006-10-09 Thread Tim Chase
I have to replace every occurrence of % in a file with % |. I have been effectively replacing text using the following construct: :%s/\text\/replacement/g However when I try to do the following: :%s/\%\/% |/g I am greeted by an error message. Obviously, the % character needs to be treated

Re: Replacing '%' in a text file

2006-10-09 Thread Scot P. Floess
I create a test file and was able to replace all % with % | by doing this: :%s/%/% |/g You shouldn't need to escape the % Muhammad Farooq-i-Azam wrote: I have to replace every occurrence of % in a file with % |. I have been effectively replacing text using the following construct:

compile troubles with vim 7.0 on RH 3ES

2006-10-09 Thread Kevin Sorrentino
Hello All, I am new to compiling vim, but a longtime user. I would like to get some of the new features in vim 7.0 but am having trouble compiling it for Red Hat enterprise edition 3ES. There does not appear to be am rpm to just install it, therefor I am trying to compile it. The configure

Re: strange mapping in Latex Suite ?

2006-10-09 Thread Christian Ebert
* Matias Grana on Monday, October 09, 2006 at 10:04:42 -0300: So I have two questions here: why a map on M-i ends up on 'é' ? And what is a good way to change this mapping? I mean, a way which works after an eventual update of LatexSuite.

Re: strange mapping in Latex Suite ?

2006-10-09 Thread Matias Grana
On Mon, Oct 09, 2006 at 06:09:54PM +0200, Christian Ebert wrote: * Matias Grana on Monday, October 09, 2006 at 10:04:42 -0300: So I have two questions here: why a map on M-i ends up on 'é' ? And what is a good way to change this mapping? I mean, a way which works after an eventual update of

Setting up netrw

2006-10-09 Thread Suresh Govindachar
Hello, At present, I copy remote directories using the following one-line command: c:\opt\putty\PSCP.EXE -r -v -l the_user -pw the_password 111.11.11.111:/home/suresh/examples/mcf/vmul . How do I set-up netrw to edit a file such as

Re: Setting up netrw

2006-10-09 Thread Yakov Lerner
On 10/9/06, Suresh Govindachar [EMAIL PROTECTED] wrote: Hello, At present, I copy remote directories using the following one-line command: c:\opt\putty\PSCP.EXE -r -v -l the_user -pw the_password 111.11.11.111:/home/suresh/examples/mcf/vmul . How do I set-up netrw to edit a file

RE: Setting up netrw

2006-10-09 Thread Suresh Govindachar
Yakov Lerner Sent: Monday, October 09, 2006 12:32 PM On 10/9/06, Suresh Govindachar [EMAIL PROTECTED] wrote: Hello, At present, I copy remote directories using the following one-line command: c:\opt\putty\PSCP.EXE -r -v -l the_user -pw the_password

Re: Replacing '%' in a text file

2006-10-09 Thread A.J.Mechelynck
Muhammad Farooq-i-Azam wrote: I have to replace every occurrence of % in a file with % |. I have been effectively replacing text using the following construct: :%s/\text\/replacement/g However when I try to do the following: :%s/\%\/% |/g I am greeted by an error message. Obviously, the %

Re: compile troubles with vim 7.0 on RH 3ES

2006-10-09 Thread A.J.Mechelynck
Kevin Sorrentino wrote: Hello All, I am new to compiling vim, but a longtime user. I would like to get some of the new features in vim 7.0 but am having trouble compiling it for Red Hat enterprise edition 3ES. There does not appear to be am rpm to just install it, therefor I am trying to

Folding between #ifdef _DEBUG and #endif

2006-10-09 Thread Kamil Kisiel
I've got some C++ source code that I'd like to fold away. Basically I want vim to have folds only between #ifdef _DEBUG and the corresponding #endif statement, and nowhere else. My vimfu is a bit weak in this respect so I'm not quite sure how I would go about doing this. Using foldexpr, changing

Re: Bug in :(un)lockvar

2006-10-09 Thread Hari Krishna Dara
Bram, I need to create a doubly linked list and since this will cause problem with lockvar, I will just comment the lock/unlockvar commands. I am wondering if you have any plans to fix this issue. The lockvar is a great way to prevent accidental changes (and it already helped me once) so I would