Re: ***SPAM*** bay vim in china

2006-06-06 Thread A.J.Mechelynck
[EMAIL PROTECTED] wrote: dear sir Thank you very much for your support. I am panasonic corporate information systens company (china).I want to know whether vim is free to use.If not i want to bay vim in china. please tell me where to bay and how much . Thanks Regards

Re: I just updated my Vim site

2006-06-06 Thread Hari Krishna Dara
On Mon, 5 Jun 2006 at 9:30pm, A.J.Mechelynck wrote: Hari Krishna Dara wrote: I read your previous emails about your windows laptop being out and that you prefer Linux etc., so I have a suggestion. Why don't you install VMWare virtual server on your Linux box and have windows run just for

Minor bug: Crash of the win32 gui version under network start

2006-06-06 Thread Anatoli Sakhnik
Hello, vim developers! The gui-enabled win32 version of Vim-7.0 crashes when I try to launch it on a network drive. Actually, I have Vim-7.0 installed on my Windows XP host, and try to execute it without copying on Windows 2000 guest. On the guest I mapped a network path where the Vim was placed

Vim on Windows XP x64 Diff

2006-06-06 Thread Ron Blaschke
Hi, I have attached the diff of my vim build directory against vim70src.zip. Note that I added a few manifests, e.g. to install.exe, on the command line, and aren't included in the diff. The diff only shows the changes I made to create a vim build on _my_ box. Your mileage may, and quite likely

security problem with ruby code completion in vim

2006-06-06 Thread Martin Povolný
Hallo, I have tested ruby code completion in vim and found that it is quite insecure. Lets have file 'a.rb': system('echo vim je pako /tmp/pako') class MyTest def test return 1 end end And then some file we edit e.g. 'b.rb': require 'a' t = MyTest.new t.t Now put cursor at the and

Re: I just updated my Vim site

2006-06-06 Thread A.J.Mechelynck
James Vega wrote: On Mon, Jun 05, 2006 at 11:10:21PM -0700, Hari Krishna Dara wrote: Isn't there a cross-compiler for producing cygwin executables from Linux? There is a cross-compiler for producing Windows native executables. It's mingw and that was what I used to produce binaries of

Re: matchparen bug?

2006-06-06 Thread Benji Fisher
On Mon, Jun 05, 2006 at 04:24:38PM +0300, Ilya wrote: Benji Fisher wrote: I can reproduce it. Perhaps we just need more explicit instructions on how to reproduce it. Using the text above, go to the g:loaded_autoit_completion line and (starting in Normal mode) type $iDownDown

Re: I just updated my Vim site

2006-06-06 Thread James Vega
On Tue, Jun 06, 2006 at 03:30:32PM +0200, A.J.Mechelynck wrote: James Vega wrote: On Mon, Jun 05, 2006 at 11:10:21PM -0700, Hari Krishna Dara wrote: Isn't there a cross-compiler for producing cygwin executables from Linux? There is a cross-compiler for producing Windows native

Re: matchparen bug?

2006-06-06 Thread Ilya
Benji Fisher wrote: Perhaps you have set 'matchpairs' so that it does not include [:]? matchpairs does include [:] - as by default. And brackets are highlighted when cursor is near one of them. Since you snipped the three sample lines, here is another example: long line

Re: security problem with ruby code completion in vim

2006-06-06 Thread Nikolai Weibull
On 6/6/06, Martin Povolný [EMAIL PROTECTED] wrote: Hallo, I have tested ruby code completion in vim and found that it is quite insecure. Lets have file 'a.rb': system('echo vim je pako /tmp/pako') class MyTest def test return 1 end end And then some file we edit e.g. 'b.rb':

Re: I just updated my Vim site

2006-06-06 Thread Steve Hall
From: A.J.Mechelynck, Jun 6, 2006 9:30 AM Until or unlessI think I'll take a back seat to the development of Vim executables for Windows. Tony, for what it's worth, I've improved the Cream build routines so that we can stay on top of patches more easily. Our previous delay was due to a

Re: I just updated my Vim site

2006-06-06 Thread A.J.Mechelynck
James Vega wrote: On Tue, Jun 06, 2006 at 03:30:32PM +0200, A.J.Mechelynck wrote: James Vega wrote: On Mon, Jun 05, 2006 at 11:10:21PM -0700, Hari Krishna Dara wrote: Isn't there a cross-compiler for producing cygwin executables from Linux? There is a

Re: I just updated my Vim site

2006-06-06 Thread A.J.Mechelynck
Steve Hall wrote: From: A.J.Mechelynck, Jun 6, 2006 9:30 AM Until or unlessI think I'll take a back seat to the development of Vim executables for Windows. Tony, for what it's worth, I've improved the Cream build routines so that we can stay on top of patches more easily. Our

Re: I just updated my Vim site

2006-06-06 Thread James Vega
On Tue, Jun 06, 2006 at 05:58:56PM +0200, A.J.Mechelynck wrote: James Vega wrote: On Tue, Jun 06, 2006 at 03:30:32PM +0200, A.J.Mechelynck wrote: James Vega wrote: On Mon, Jun 05, 2006 at 11:10:21PM -0700, Hari Krishna Dara wrote: Isn't there a cross-compiler for

Re: security problem with ruby code completion in vim

2006-06-06 Thread Martin Povolný
Nikolai Weibull wrote: On 6/6/06, Martin Povolný [EMAIL PROTECTED] wrote: Hallo, I have tested ruby code completion in vim and found that it is quite insecure. Lets have file 'a.rb': system('echo vim je pako /tmp/pako') class MyTest def test return 1 end end And then some file we

gvim crash using mouse with mousefocus set on opensuse 10.1

2006-06-06 Thread William S Fulton
The version of gvim shipped with Suse 10.1 crashes when using the mouse. I've filed a bug: https://bugzilla.novell.com/show_bug.cgi?id=182212, but here is the stack trace again (below). Any suggestions on fixing this would be welcome. William (gdb) continue Continuing. *** stack smashing

Re: matchparen bug?

2006-06-06 Thread Benji Fisher
On Tue, Jun 06, 2006 at 05:11:13PM +0300, Ilya wrote: Benji Fisher wrote: Perhaps you have set 'matchpairs' so that it does not include [:]? matchpairs does include [:] - as by default. And brackets are highlighted when cursor is near one of them. Since you snipped the three sample