Re: A small VIM patch

2006-10-17 Thread Bram Moolenaar
Martti Kuparinen wrote: Please apply the attached patch to remove an invalid usage of the test command. I have tested this against VIM 7.0.121 in NetBSD pkgsrc. Thanks for the fix! -- hundred-and-one symptoms of being an internet addict: 49. You never have to deal with busy signals when

Patch 7.0.138 (extra)

2006-10-17 Thread Bram Moolenaar
Patch 7.0.138 (extra) Problem:Mac: modifiers don't work with function keys. Solution: Use GetEventParameter() to obtain modifiers. (Nicolas Weber) Files: src/gui_mac.c *** ../vim-7.0.137/src/gui_mac.cTue Aug 22 21:39:18 2006 --- src/gui_mac.c Sun Oct 15 14:53:38 2006

Patch 7.0.139

2006-10-17 Thread Bram Moolenaar
Patch 7.0.139 Problem:Using CTRL-PageUp or CTRL-PageDown in Insert mode to go to another tab page does not prepare for undo properly. (Stefano Zacchiroli) Solution: Call start_arrow() before switching tab page. Files: src/edit.c *** ../vim-7.0.138/src/edit.c Sat Oct 14

Re: Patch 7.0.139

2006-10-17 Thread Stefano Zacchiroli
On Tue, Oct 17, 2006 at 01:40:04PM +0200, Bram Moolenaar wrote: Patch 7.0.139 Problem:Using CTRL-PageUp or CTRL-PageDown in Insert mode to go to another tab page does not prepare for undo properly. (Stefano Zacchiroli) Solution: Call start_arrow() before switching tab page.

Re: Patch 7.0.138 (extra)

2006-10-17 Thread Nicolas Weber
Hi, Patch 7.0.138 (extra) Problem:Mac: modifiers don't work with function keys. Solution: Use GetEventParameter() to obtain modifiers. (Nicolas Weber) Files: src/gui_mac.c thanks for including this. Sadly, I just found another problem caused by this patch: Mappings on

Patch 7.0.141

2006-10-17 Thread Bram Moolenaar
Patch 7.0.141 Problem:When pasting a while line on the command line an extra CR is added literally. Solution: Don't add the trailing CR when pasting with the mouse. Files: src/ex_getln.c, src/proto/ops.pro, src/ops.c *** ../vim-7.0.140/src/ex_getln.c Thu Sep 14

Patch 7.0.142

2006-10-17 Thread Bram Moolenaar
Patch 7.0.142 Problem:Using the middle mouse button in Select mode to paste text results in an extra y. (Kriton Kyrimis) Solution: Let the middle mouse button replace the selected text with the contents of the clipboard. Files: src/normal.c ***

Patch 7.0.143

2006-10-17 Thread Bram Moolenaar
Patch 7.0.143 Problem:Setting 'scroll' to its default value was not handled correctly. Solution: Compare the right field to PV_SCROLL. Files: src/option.c *** ../vim-7.0.142/src/option.c Tue Oct 10 18:43:50 2006 --- src/option.cTue Oct 17 17:29:09 2006 *** ***

Patch 7.0.144

2006-10-17 Thread Bram Moolenaar
Patch 7.0.144 Problem:May compare two unrelated pointers when matching a pattern against a string. (Dominique Pelle) Solution: Avoid calling reg_getline() when REG_MULTI is false. Files: src/regexp.c *** ../vim-7.0.143/src/regexp.c Tue Aug 29 17:28:56 2006 ---

Backup file (with ~ ) on rsync server

2006-10-17 Thread A.J.Mechelynck
I notice that (a few seconds ago) the file runtime/tutor/tutor.gr.utf8 on the rsync server is accompanied by a tutor.gr.utf8~ -- I suppose the latter can be removed? Best regards, Tony.

Re: (oops) Backup file (with ~ ) on rsync server

2006-10-17 Thread A.J.Mechelynck
A.J.Mechelynck wrote: I notice that (a few seconds ago) the file runtime/tutor/tutor.gr.utf8 on the rsync server is accompanied by a tutor.gr.utf8~ -- I suppose the latter can be removed? Best regards, Tony. oops: .utf-8 and .utf-8~ Bet regards, Tony.

Patch 7.0.145

2006-10-17 Thread Bram Moolenaar
Patch 7.0.145 (after 7.0.142) Problem:Compiler warning. Solution: Add type cast. Files: src/normal.c *** ../vim-7.0.144/src/normal.c Tue Oct 17 16:55:47 2006 --- src/normal.cTue Oct 17 22:37:42 2006 *** *** 2387,2393 if (VIsual_select)

Re: Backup file (with ~ ) on rsync server

2006-10-17 Thread Bram Moolenaar
Tony Mechelynck wrote: I notice that (a few seconds ago) the file runtime/tutor/tutor.gr.utf8 on the rsync server is accompanied by a tutor.gr.utf8~ -- I suppose the latter can be removed? I'll remove it. -- Q: Should I clean my house or work on Vim? A: Whatever contains more bugs. ///

svn vs rsync vs ftp

2006-10-17 Thread Yakov Lerner
Of different current methods to access vim sources (svn, ftp, rsync, etc) which one is fastest to be updated when new patch is issued, and also has most reliable/fast server ? Yakov

Re: vim and 64bit xp

2006-10-17 Thread A.J.Mechelynck
Doug Cook wrote: Shell extensions are very specific to a particular bitness of Windows. -- 32-bit DLLs can only load into 32-bit processes. -- 64-bit DLLs can only load into 64-bit processes. The default shell for Win64 is the 64-bit version of explorer.exe (this is configurable), and it will

Re: svn vs rsync vs ftp

2006-10-17 Thread Bill McCarthy
On Tue 17-Oct-06 4:04pm -0600, Yakov Lerner wrote: Of different current methods to access vim sources (svn, ftp, rsync, etc) which one is fastest to be updated when new patch is issued, and also has most reliable/fast server ? I wasn't aware that sources were on FTP. Where are they? Patches