Re: Functions with [range] do not preserve the cursor line

2012-11-21 Fir de Conversatie Ingo Karkat
On 20-Nov-12 20:14:08 +0100, Nate Soares wrote: In that case I'd like to make a feature request for a way to handle functions with ranges without moving the cursor. My suggestion would be adding a [save] argument to :function which calls winsaveview() before entering and winrestview() after

Re: Functions with [range] do not preserve the cursor line

2012-11-21 Fir de Conversatie Andy Wokula
Am 20.11.2012 20:14, schrieb Nate Soares: In that case I'd like to make a feature request for a way to handle functions with ranges without moving the cursor. My suggestion would be adding a [save] argument to :function which calls winsaveview() before entering and winrestview() after exiting

Re: Update for MzScheme interface

2012-11-21 Fir de Conversatie Tim Brown
On 21 Nov 2012 04:17, Sergey Khorev sergey.khorevsergey.kho...@gmail.com @ sergey.kho...@gmail.comgmail.com sergey.kho...@gmail.com wrote: Bram wrote: I do not think it's guaranteed one can recover from a SIGSEGV. Or that you always get a SIGSEGV when accessing memory that doesn't exist,

Re: Functions with [range] do not preserve the cursor line

2012-11-21 Fir de Conversatie Ingo Karkat
On 21-Nov-12 10:18:01 +0100, Andy Wokula wrote: Am 20.11.2012 20:14, schrieb Nate Soares: In that case I'd like to make a feature request for a way to handle functions with ranges without moving the cursor. My suggestion would be adding a [save] argument to :function which calls winsaveview()

Re: Update for MzScheme interface

2012-11-21 Fir de Conversatie Tim Brown
Sergey, are you testing this on Racket-5 (5.3 series, 5.3.1 November 2012)? Tim -- | Tim Brown tim.br...@timb.net | M:+44(0)7771714159 | H:+44(0)1372747875 | -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more

Re: Patch 7.3.721

2012-11-21 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: 2012/11/21 Wed 1:53:06 UTC+9 Ike: build failure here: if_ruby.c:339:21: error: static declaration of 'rb_num2long_stub' follows non- static declaration I wrote a patch for that. Thanks, I'll try it out. We have an awful lot of #ifdefs, but it seems that

Re: Patch 7.3.723

2012-11-21 Fir de Conversatie Bram Moolenaar
Christ van Willegen wrote: On Tue, Nov 20, 2012 at 5:19 PM, Bram Moolenaar b...@moolenaar.net wrote: Patch 7.3.723 Problem:Various tiny problems. *** ../vim-7.3.722/README.txt 2010-08-15 21:56:43.0 +0200 --- README.txt 2012-10-28 18:58:18.0 +0100

Re: Functions with [range] do not preserve the cursor line

2012-11-21 Fir de Conversatie Andy Wokula
Am 21.11.2012 09:05, schrieb Ingo Karkat: On 20-Nov-12 20:14:08 +0100, Nate Soares wrote: In that case I'd like to make a feature request for a way to handle functions with ranges without moving the cursor. My suggestion would be adding a [save] argument to :function which calls winsaveview()

Re: Update for MzScheme interface

2012-11-21 Fir de Conversatie Sergey Khorev
Sergey, are you testing this on Racket-5 (5.3 series, 5.3.1 November 2012)? Hi Tim, most of the time I tested it with 5.2.1 but did some checks on 5.3.1 too. -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more

Re: [fix] small fixes for src/GvimExt/Makefile

2012-11-21 Fir de Conversatie Bram Moolenaar
Cade Foster wrote: This patch fix fatal error U1052: file 'Win32.mak' not found error Thanks, I'll include it. -- hundred-and-one symptoms of being an internet addict: 49. You never have to deal with busy signals when calling your ISP...because you never log off. /// Bram Moolenaar --

Re: Functions with [range] do not preserve the cursor line

2012-11-21 Fir de Conversatie Nate Soares
On Wed, Nov 21, 2012 at 3:39 AM, Andy Wokula anw...@yahoo.de wrote: Am 21.11.2012 09:05, schrieb Ingo Karkat: On 20-Nov-12 20:14:08 +0100, Nate Soares wrote: In that case I'd like to make a feature request for a way to handle functions with ranges without moving the cursor. My suggestion

Re: Functions with [range] do not preserve the cursor line

2012-11-21 Fir de Conversatie Christian Brabandt
On Thu, November 22, 2012 04:42, Nate Soares wrote: Here's a patch that adds the stay argument to the :function command. Thoughts? That is nice. ,[ :h todo.txt ]- | :function f(x) keepjumps creates a function where every command is | executed like it has :keepjumps before it. ` I

Re: Patch 7.3.715

2012-11-21 Fir de Conversatie Ike Devolder
On Wed, Nov 14, 2012 at 10:38:29PM +0100, Bram Moolenaar wrote: Patch 7.3.715 Problem:Crash when calling setloclist() in BufUnload autocmd. (Marcin Szamotulski) Solution: Set w_llist to NULL when it was freed. Also add a test. (Christian Brabandt) Files: