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

2008-01-14 Fir de Conversatie [EMAIL PROTECTED]
-Original Message- From: vim_dev@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gautam Iyer Sent: 12 January 2008 03:47 To: vim_dev@googlegroups.com; [EMAIL PROTECTED] Subject: Re: Set mouse=a causes Vim to hang in screen. On Fri, Jan 11, 2008 at 08:51:56PM -0500,

Re: Bug in @{reg} together with [EMAIL PROTECTED]

2008-01-14 Fir de Conversatie Andy Wokula
Andy Wokula schrieb: Nikolai Weibull schrieb: On Jan 8, 2008 6:45 PM, Charles E Campbell Jr [EMAIL PROTECTED] wrote: It might help folks help you if you included the get_command_mode_range() function. Ugh, yeah, I'm beginning to have a suspicion as to what the problem is: function!

Re: [PATCH] Cross-compilation patch to avoid looking for /usr/local at compile time

2008-01-14 Fir de Conversatie Marc Haisenko
On Friday 11 January 2008, Bram Moolenaar wrote: Marc Haisenko wrote: What about the main configure.in fixes for cross-compiling patch by me ? Is there anything I need to tweak so you can accept it or is there some reason why you'd say the patch wouldn't be necessary ? When adding a

Re: Bug in FAQ at http://vimdoc.sourceforge.net/cgi-bin/vimfaq2html3.pl

2008-01-14 Fir de Conversatie Richard Hartmann
On Jan 3, 2008 3:58 AM, Yegappan Lakshmanan [EMAIL PROTECTED] wrote: There used to be a cron job that periodically converted the text version of the FAQ to the HTML version and uploaded it to the Vim online site. I think that stopped working a few years ago. Would it make sense to try and

Patch 7.1.229

2008-01-14 Fir de Conversatie Bram Moolenaar
Patch 7.1.229 Problem:A fold is closed when it shouldn't when 'foldmethod' is indent and backspacing a non-white character so that the indent increases. Solution: Keep the fold open after backspacing a character. Files: src/edit.c *** ../vim-7.1.228/src/edit.c Sat Jan

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

2008-01-14 Fir de Conversatie Gautam Iyer
On Mon, Jan 14, 2008 at 05:59:24PM +0100, Vladimir Marek 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 Vim to hang every

Re: Patch to fix VC8 compiler warnings

2008-01-14 Fir de Conversatie George V. Reilly
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 defined when WIN3264 is defined. We

Re: Patch for Unix filename expansion to try out

2008-01-14 Fir de Conversatie Adri Verhoef
On Fri, Jan 04, 2008 at 12:17:42 +, Bram Moolenaar wrote: A couple of problems were detected when the Unix shell is used to expand file names containing characters such as a single quote. This applies to completion on the command line and glob(). I made a patch that defines a

Re: Patch for Unix filename expansion to try out

2008-01-14 Fir de Conversatie Dasn
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 DS=D66 + S70 There is a directory a'b and it contains three files. The first filename

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

2008-01-14 Fir de Conversatie Adri Verhoef
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 complain if you

Re: [PATCH] Cross-compilation patch to avoid looking for/usr/local at compile time

2008-01-14 Fir de Conversatie Philip Prindeville
Michael Haubenwallner wrote: On Thu, 2008-01-10 at 22:10 +0100, Bram Moolenaar wrote: Philip Prindeville wrote: What I tried to say: excluding /usr/local/[include|lib] is not specific for cross compiling. This should be a separate setting. Then it can also be set for cross