Re: [PATCH] cygwin: Trouble recognizing absolute path

2006-10-16 Thread Corinna Vinschen
On Oct 13 14:06, Gary Johnson wrote: I thought the purpose of Cygwin was to provide a Linux-like environment for applications, so that, for example, one could simply recompile under Cygwin an application written for Linux and not have to rewrite the file-handling routines to recognize DOS

Re: Patch 7.0.134

2006-10-16 Thread Hari Krishna Dara
On Mon, 16 Oct 2006 at 9:40pm, Bram Moolenaar wrote: Hari Krishna Dara wrote: On Sun, 15 Oct 2006 at 3:10pm, Bram Moolenaar wrote: Patch 7.0.134 Problem:Crash when comparing a recursively looped List or Dictionary. Solution: Limit recursiveness for comparing to 1000.

A small VIM patch

2006-10-16 Thread Martti Kuparinen
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. Martti $NetBSD: patch-ac,v 1.8 2006/10/16 17:00:29 martti Exp $ --- src/configure.in.orig 2006-10-16 19:41:43.0 + +++ src/configure.in

RE: vim and 64bit xp

2006-10-16 Thread Doug Cook
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 NOT load the 32-bit