RE: Set mouse=a causes Vim to hang in screen.

2008-01-15 Fir de Conversatie Zdenek Sekera
-Original Message- From: vim_dev@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gautam Iyer Sent: 14 January 2008 20:13 To: [EMAIL PROTECTED] Subject: Re: Set mouse=a causes Vim to hang in screen. On Mon, Jan 14, 2008 at 05:59:24PM +0100, Vladimir Marek wrote:

Re: Patch to fix VC8 compiler warnings

2008-01-15 Fir de Conversatie Mike Williams
On 14/01/2008 21:43, George V. Reilly wrote: On 14/01/2008, Bram Moolenaar [EMAIL PROTECTED] wrote: Mike Williams wrote: Catching up from the weekend patches I had two warnings for my builds. The attached patch fixes them - done against 7.1.228 Thanks. I'm wondering if LONGLONG is always

Re: Set mouse=a causes Vim to hang in screen.

2008-01-15 Fir de Conversatie Dominique Pelle
On Jan 15, 2008 10:01 AM, Zdenek Sekera [EMAIL PROTECTED] wrote: -Original Message- From: vim_dev@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gautam Iyer Sent: 14 January 2008 20:13 To: [EMAIL PROTECTED] Subject: Re: Set mouse=a causes Vim to hang in screen.

RE: Set mouse=a causes Vim to hang in screen.

2008-01-15 Fir de Conversatie [EMAIL PROTECTED]
-Original Message- From: vim_dev@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dominique Pelle Sent: 15 January 2008 13:24 To: vim_dev@googlegroups.com Subject: Re: Set mouse=a causes Vim to hang in screen. On Jan 15, 2008 10:01 AM, Zdenek Sekera [EMAIL PROTECTED]

Re: tar: Read 5120 bytes from - (Re: Porting vim to Astlinux)

2008-01-15 Fir de Conversatie Tony Mechelynck
Adri Verhoef wrote: On Sun, Dec 16, 2007 at 01:54:08 +, Philip Prindeville wrote: bzcat /home/philipp/trunk/dl/vim-7.1.tar.bz2 | tar -C /home/philipp/trunk/build_i586 -xf - tar: Read 5120 bytes from - Any idea why (re: the short read on tar)? This is not a problem. Tar doesn't

Re: Patch to fix VC8 compiler warnings

2008-01-15 Fir de Conversatie George V. Reilly
On 15/01/2008, Mike Williams [EMAIL PROTECTED] wrote: On 14/01/2008 21:43, George V. Reilly wrote: On 14/01/2008, Bram Moolenaar [EMAIL PROTECTED] wrote: Mike Williams wrote: Catching up from the weekend patches I had two warnings for my builds. The attached patch fixes them - done

Bug in syntax highlighting for ft=mail

2008-01-15 Fir de Conversatie Richard Hartmann
Hi all, when you start any line in a mail with 'From', you get highlighting as if this was a header line even if there is a newline between the start of the file and the line you write (i.e. when you are in the body of the mail). The same is try for 'To:' and related words. Why 'From' and not

Re: Bug in syntax highlighting for ft=mail

2008-01-15 Fir de Conversatie Patrick Texier
On Tue, 15 Jan 2008 18:38:19 +0100, Richard Hartmann wrote: Why 'From' and not 'From:' suffices to highlight a line, I do not know, I am not familiar with the RFCs in question. You have a From without ':' in the first message line in a Unix mailbox file: From [EMAIL PROTECTED] Tue Jan 15

Re: Set mouse=a causes Vim to hang in screen.

2008-01-15 Fir de Conversatie Gautam Iyer
On Tue, Jan 15, 2008 at 01:55:56PM +0100, [EMAIL PROTECTED] wrote: Can anyone else reproduce this? Nope. Solaris, x86, vim 7.1 Ok. I tried reproducing this on a few other systems too. I can't reproduce it on Fedora, Gentoo and Mac OS X (Leo). But the above causes

Re: Bug in syntax highlighting for ft=mail

2008-01-15 Fir de Conversatie Bram Moolenaar
Richard Hartmann wrote: when you start any line in a mail with 'From', you get highlighting as if this was a header line even if there is a newline between the start of the file and the line you write (i.e. when you are in the body of the mail). The same is try for 'To:' and related words.

Re: New features to vote on and sponsoring

2008-01-15 Fir de Conversatie Nico Weber
- add collaborative editing: changes made to a file show up in another Vim in a second Do you mean changes to a file (ie. contents are only synced on file write) or do you mean changes to a buffer (ie collaborative real- time editing over the web)? Thanks, Nico

Patch 7.1.230

2008-01-15 Fir de Conversatie Bram Moolenaar
Patch 7.1.230 Problem:Memory leak when executing SourceCmd autocommands. Solution: Free the memory. (Dominique Pelle) Files: src/ex_cmds2.c *** ../vim-7.1.229/src/ex_cmds2.c Sun Jan 6 20:05:36 2008 --- src/ex_cmds2.c Tue Jan 15 20:41:28 2008 *** *** 2889,2899

Re: Patch 7.1.230

2008-01-15 Fir de Conversatie Charles E Campbell Jr
Bram Moolenaar wrote: Citizens are not allowed to attend a movie house or theater nor ride in a public streetcar within at least four hours after eating garlic. [real standing law in Indiana, United States of America] This one I figured I might be able to check on -- I mean, how often

Re: New features to vote on and sponsoring

2008-01-15 Fir de Conversatie George V. Reilly
On 15/01/2008, Bram Moolenaar [EMAIL PROTECTED] wrote: Nico Weber wrote: - add collaborative editing: changes made to a file show up in another Vim in a second Do you mean changes to a file (ie. contents are only synced on file write) or do you mean changes to a buffer (ie

Re: New features to vote on and sponsoring

2008-01-15 Fir de Conversatie Nico Weber
Do you mean changes to a file (ie. contents are only synced on file write) or do you mean changes to a buffer (ie collaborative real- time editing over the web)? You are right, it should be buffer. I'll change it. Not sure about the over the web part. This won't be easy to

Re: Patch for Unix filename expansion to try out

2008-01-15 Fir de Conversatie Adri Verhoef
On Tue, Jan 15, 2008 at 13:08:01 +, Tony Mechelynck wrote: Dasn wrote: On 14/01/08 21:49 +0100, Adri Verhoef wrote: Please try it out and let me know if there are any new problems. I tried it out and found a problem. This is my directory structure: a'b/ DS=70 DS 70

Re: Patch for Unix filename expansion to try out

2008-01-15 Fir de Conversatie Adri Verhoef
Well, I don't know what happened, but after one more batch of tests suddenly everything seems to work that was earlier reported as bad. One thing that was strange though: Vim reported to have patch #215 installed twice, while I can't remember I downloaded that one even once. :-| Everyone, I'll

Re: New features to vote on and sponsoring

2008-01-15 Fir de Conversatie Ben Schmidt
Not sure about the over the web part. This won't be easy to implement locally anyway. What would this be good for if it works only locally then? I'm sure locally includes ssh sessions which can provide across-the-web functionality. Just have to have two people logged into the same

Re: New features to vote on and sponsoring

2008-01-15 Fir de Conversatie Gary Johnson
On 2008-01-16, Ben Schmidt [EMAIL PROTECTED] wrote: Not sure about the over the web part. This won't be easy to implement locally anyway. What would this be good for if it works only locally then? I'm sure locally includes ssh sessions which can provide across-the-web

Re: New features to vote on and sponsoring

2008-01-15 Fir de Conversatie Charles E. Campbell, Jr.
I think it'd be a small thing -- but only Bram knows for sure. I'd like Decho (from my debugging plugin) to be able to report what line/file/function it was called from so I can relate Decho output to where it was generated. Something like the following would do the trick: v:call_line --