Re: Patch 7.4.2137

2016-08-01 Fir de Conversatie Ike Devolder
On Mon, Aug 01, 2016 at 04:51:27PM +0200, Bram Moolenaar wrote: > > Ike Devolder wrote: > > > On Mon, Aug 01, 2016 at 03:41:08PM +0200, Bram Moolenaar wrote: > > > > > > Patch 7.4.2137 > > > Problem:Using function() w

Re: Patch 7.4.2137

2016-08-01 Fir de Conversatie Ike Devolder
On Mon, Aug 01, 2016 at 03:41:08PM +0200, Bram Moolenaar wrote: > > Patch 7.4.2137 > Problem:Using function() with a name will find another function when it is > redefined. > Solution: Add funcref(). Refer to lambda using a partial. Fix several > reference counting

Re: Patch 7.4.856

2015-09-09 Fir de Conversatie Ike Devolder
On Wed, Sep 09, 2015 at 01:38:18AM -0700, Tony Mechelynck wrote: > On Wednesday, September 9, 2015 at 9:16:00 AM UTC+2, Ike wrote: > > tiny build breaks with this patch, I've opened a pull request on github > > that only uses plines_nofill when FEAT_DIFF or PROTO is defined. > > > >

Re: Warnings and errors after adding patches 855 to 861 (incl. fatal error in Tiny build)

2015-09-09 Fir de Conversatie Ike Devolder
On Tue, Sep 08, 2015 at 08:30:22PM -0700, h_east wrote: > Hi Tony and Yegappan! > > 2015-9-9(Wed) 11:24:19 UTC+9 Tony Mechelynck: > > On Wednesday, September 9, 2015 at 3:48:26 AM UTC+2, yegapp...@gmail.com > > wrote: > > > Hi, > > > > > > The patch to fix the build problems with the tiny build

Re: Patch 7.4.856

2015-09-09 Fir de Conversatie Ike Devolder
On Tue, Sep 08, 2015 at 05:31:53PM +0200, Bram Moolenaar wrote: > > Patch 7.4.856 > Problem:"zt" still doesn't work well with filler lines. (Gary Johnson) > Solution: Check for filler lines above the cursor. (Christian Brabandt) > Files: src/move.c > > > *** ../vim-7.4.855/src/move.c

Re: Patch 7.4.856

2015-09-09 Fir de Conversatie Ike Devolder
On Wed, Sep 09, 2015 at 03:24:00AM -0700, h_east wrote: > Hi again, > > 2015-9-9(Wed) 19:01:36 UTC+9 h_east: > > Hi! > > > > 2015-9-9(Wed) 18:17:20 UTC+9 Christian Brabandt: > > > Am 2015-09-09 10:47, schrieb Ike Devolder: > > > > On Wed, Sep 09,

Re: Patch 7.4.732

2015-06-10 Fir de Conversatie Ike Devolder
On Wed, Jun 10, 2015 at 12:13:21AM -0700, h_east wrote: Hi Ike and Bram, 2015/6/10(Wed) 15:51:55 UTC+9 Ike: On Tue, Jun 09, 2015 at 07:24:37PM +0200, Bram Moolenaar wrote: Patch 7.4.732 Problem:The cursor line is not always updated for the O command. Solution: Reset the

Re: Patch 7.4.732

2015-06-10 Fir de Conversatie Ike Devolder
On Tue, Jun 09, 2015 at 07:24:37PM +0200, Bram Moolenaar wrote: Patch 7.4.732 Problem:The cursor line is not always updated for the O command. Solution: Reset the VALID_CROW flag. (Christian Brabandt) Files: src/normal.c *** ../vim-7.4.731/src/normal.c 2015-03-31

Re: Patch 7.4.592

2015-01-27 Fir de Conversatie Ike Devolder
On Tue, Jan 27, 2015 at 11:26:39AM +0100, Bram Moolenaar wrote: Patch 7.4.592 Problem:When doing :e foobar when already editing foobar and 'buftype' is nofile the buffer is cleared. (Xavier de Gaye) Solution: Do no clear the buffer. Files:src/ex_cmds.c ***

Re: Patch 7.4.571

2015-01-14 Fir de Conversatie Ike Devolder
On Wed, Jan 14, 2015 at 02:09:04PM +0100, Bram Moolenaar wrote: Patch 7.4.571 (after 7.4.569) Problem:Can't build with tiny features. (Ike Devolder) Solution: Add #ifdef. Files:src/getchar.c *** ../vim-7.4.570/src/getchar.c 2015-01-14 12:44:38.403422124 +0100

Re: Patch 7.4.569

2015-01-14 Fir de Conversatie Ike Devolder
On Wed, Jan 14, 2015 at 12:44:57PM +0100, Bram Moolenaar wrote: Patch 7.4.569 (after 7.4.468) Problem:Having CTRL-C interrupt or not does not check the mode of the mapping. (Ingo Karkat) Solution: Use a bitmask with the map mode. (Christian Brabandt) Files:

Re: Dynamic ruby 2.2.0 broken

2015-01-11 Fir de Conversatie Ike Devolder
On Sat, Jan 10, 2015 at 09:32:41AM -0800, Ken Takata wrote: Hi Ike, 2015/1/8 Thu 0:01:18 UTC+9 Ike wrote: Since version 2.2.0 of ruby building vim with dynamic ruby fails. ... if_ruby.c:(.text+0x8fa): undefined reference to `rb_check_type' ... if_ruby.c:(.text+0xbc3): undefined

Re: Dynamic ruby 2.2.0 broken

2015-01-08 Fir de Conversatie Ike Devolder
On Wed, Jan 07, 2015 at 11:48:30PM +0100, tux. wrote: Works with MSVC. -- -- 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 information, visit http://www.vim.org/maillist.php --- You received this

Dynamic ruby 2.2.0 broken

2015-01-07 Fir de Conversatie Ike Devolder
Since version 2.2.0 of ruby building vim with dynamic ruby fails. gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DDYNAMIC_RUBY_DLL=\libruby.so.2.2.0\

Re: [PATCH] Fix compilation failure with Ruby 2.1.0

2014-02-02 Fir de Conversatie Ike Devolder
On Sun, Feb 02, 2014 at 03:34:18PM +0100, tux. wrote: Bram Moolenaar schrob am Sonntag, 2. Februar 2014 um 13:52 Zeit: Thanks. I would appreciate a few people verifying this patch works fine with different Ruby versions. My Windows builds work fine with this alternate patch:

[vim] 7.4 very slow with syntax highlighting on (forwarded from ArchLinux bugtracker)

2013-09-26 Fir de Conversatie Ike Devolder
This bug was reported in the Arch Linux bugtracker [1] Just tested this behaviour in 7.4.041 and it stays the same. With the new regexpengine the movement with j and k is massively slow. Visible lag on a core i7 3GHz is extreme i might say. I personally have no idea how to fix it right now so

Re: Problem with the latest changes to syntax/css.vim

2013-09-23 Fir de Conversatie Ike Devolder
Op maandag 23 september 2013 09:07:28 schreef Kent Sibilev: Hi everyone! The latest revision of syntax/css.vim introduced a subtle problem with the following line: Required for cssHacks setlocal iskeyword-=_ I'm not sure if the syntax file that is the correct place to set vim's

dynamic perl fails

2013-05-27 Fir de Conversatie Ike Devolder
small snippet of the failure when building with dynamic perl and perl is updated to 5.18.0: if_perl.c: In function 'XS_VIM_Msg': if_perl.c:1118:8: warning: passing argument 1 of 'dll_Perl_croak_xs_usage' from incompatible pointer type [enabled by default] if_perl.c:1118:8: note: expected 'struct

Re: Patch 7.3.864

2013-03-17 Fir de Conversatie Ike Devolder
Op zondag 17 maart 2013 19:09:36 schreef Roland Eggner: On 2013-03-16 Saturday at 21:35 +0100 Bram Moolenaar wrote: Patch 7.3.864 (after 7.3.862) Problem:Can't build without the mouse feature. Solution: Add an #ifdef. (Ike Devolder) Files: src/misc1.c This is great

Re: Patch 7.3.862

2013-03-16 Fir de Conversatie Ike Devolder
Op zaterdag 16 maart 2013 14:21:23 schreef Bram Moolenaar: Patch 7.3.862 Problem:Dragging the status line can be slow. Solution: Look ahead and drop the drag event if there is a next one. Files:src/eval.c, src/misc1.c, src/proto/misc1.pro, src/normal.c ***

Re: Patch 7.3.737

2012-11-28 Fir de Conversatie Ike Devolder
On Wed, Nov 28, 2012 at 05:35:03PM +0100, Bram Moolenaar wrote: Patch 7.3.737 Problem:When using do_cmdline() recursively did_endif is not reset, causing messages to be overwritten. Solution: Reset did_endif. (Christian Brabandt) Files:src/ex_docmd.c ***

Re: Patch 7.3.730

2012-11-28 Fir de Conversatie Ike Devolder
On Wed, Nov 28, 2012 at 05:13:12PM +0100, Christian Brabandt wrote: On Wed, November 28, 2012 15:25, Bram Moolenaar wrote: Patch 7.3.730 Problem:Crash in PHP file when using syntastic. (Ike Devolder) Solution: Avoid using NULL pointer. (Christian Brabandt) Files: src

Re: Patch 7.3.741

2012-11-28 Fir de Conversatie Ike Devolder
On Wed, Nov 28, 2012 at 07:11:12PM +0100, Bram Moolenaar wrote: Patch 7.3.741 (after 7.3.737) Problem:Tiny build fails. Solution: Move #ifdef. (Ike Devolder) Files:src/ex_docmd.c *** ../vim-7.3.740/src/ex_docmd.c 2012-11-28 17:34:43.0 +0100 --- src

Re: Patch 7.3.715

2012-11-25 Fir de Conversatie Ike Devolder
On Sun, Nov 25, 2012 at 02:29:59PM +0100, Christian Brabandt wrote: Hi everybody On Fr, 23 Nov 2012, Ike Devolder wrote: but the following i can reproduce every time: same configuration as before, same file (index.php) - open index.php (it still has the syntax error - :w (syntastic

Re: Patch 7.3.715

2012-11-23 Fir de Conversatie Ike Devolder
Op vrijdag 23 november 2012 21:47:47 schreef Christian Brabandt: Hi Bram! On Fr, 23 Nov 2012, Bram Moolenaar wrote: Christian Brabandt wrote: Hi Dominique! On Do, 22 Nov 2012, Dominique Pellé wrote: I can't tell whether that's the right fix, but I confirm that your proposed

Re: Patch 7.3.715

2012-11-22 Fir de Conversatie Ike Devolder
On Thu, Nov 22, 2012 at 09:08:48AM +0100, Christian Brabandt wrote: On Thu, November 22, 2012 08:47, Ike Devolder wrote: [Patch 7.3.315] Anyone else having issues with this patch ? In my day to day work i use vim in combination with syntastic to do some linting for me. Since this patch i

Re: Patch 7.3.715

2012-11-22 Fir de Conversatie Ike Devolder
Op donderdag 22 november 2012 20:24:40 schreef u: On Thu, Nov 22, 2012 at 03:08:14PM +0100, Ike Devolder wrote: On Thu, Nov 22, 2012 at 09:08:48AM +0100, Christian Brabandt wrote: On Thu, November 22, 2012 08:47, Ike Devolder wrote: [Patch 7.3.315] Anyone else having issues

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:

Re: Patch 7.3.721

2012-11-20 Fir de Conversatie Ike Devolder
Op dinsdag 20 november 2012 16:59:30 schreef Bram Moolenaar: Patch 7.3.721 Problem:Ruby interface defines local functions globally. Solution: Make the functions static. Files:src/if_ruby.c *** ../vim-7.3.720/src/if_ruby.c 2012-10-03 18:06:55.0 +0200 ---

Re: Patch 7.3.697

2012-10-21 Fir de Conversatie Ike Devolder
On Sunday, October 21, 2012 01:40:45 AM Bram Moolenaar wrote: Patch 7.3.697 Problem:Leaking resources when setting GUI font. Solution: Free the font. (Ken Takata) Files: src/syntax.c *** ../vim-7.3.696/src/syntax.c 2012-07-19 17:39:01.0 +0200 --- src/syntax.c

Re: Patch 7.3.697

2012-10-21 Fir de Conversatie Ike Devolder
On Sunday, October 21, 2012 09:25:54 PM Bram Moolenaar wrote: Ike Devolder wrote: On Sunday, October 21, 2012 01:40:45 AM Bram Moolenaar wrote: Patch 7.3.697 Problem:Leaking resources when setting GUI font. Solution: Free the font. (Ken Takata) Files: src/syntax.c

Re: Patch 7.3.662

2012-09-24 Fir de Conversatie Ike Devolder
On Sun, Sep 23, 2012 at 11:58:21PM -0700, mattn wrote: On Sunday, September 23, 2012 6:58:36 PM UTC+9, Bram Moolenaar wrote: Ken Takata wrote: Hi Bram and mattn, Please try the attached patch. It seems that rb_num2uint and some other functions are exported

Re: Patch 7.3.597

2012-07-10 Fir de Conversatie Ike Devolder
Op dinsdag 10 juli 2012 16:49:38 schreef Bram Moolenaar: Patch 7.3.597 Problem:'clipboard' autoselect only applies to the * register. (Sergey Vakulenko) Solution: Make 'autoselect' work for the + register. (Christian Brabant) Add the autoselectplus option in 'clipboard' and

Re: Patch 7.3.599

2012-07-10 Fir de Conversatie Ike Devolder
Op dinsdag 10 juli 2012 18:32:08 schreef Bram Moolenaar: Patch 7.3.599 (after 7.3.597) Problem:Missing change in one file. Solution: Patch for changed clip_autoselect(). Files: src/option.c *** ../vim-7.3.598/src/option.c 2012-06-29 15:51:26.0 +0200 ---

Re: Patch 7.3.590

2012-07-06 Fir de Conversatie Ike Devolder
Op vrijdag 6 juli 2012 09:12:52 schreef Hisashi T Fujinaka: This isn't showing up in mercurial (or whatever the repo is, I have it wrapped in a script and, if you remember, I alwasy forget what version control Bram uses.) On Fri, 6 Jul 2012, Bram Moolenaar wrote: Patch 7.3.590 Problem:

Re: Compiling Vim with +ruby support (vim 7.3 - ruby 1.9.3) on Amd64

2012-06-20 Fir de Conversatie Ike Devolder
Op dinsdag 19 juni 2012 20:32:26 schreef Lomig Enfroy: Le mercredi 20 juin 2012 04:14:39 UTC+2, Thomas Dziedzic a écrit : On Tue, Jun 19, 2012 at 6:51 PM, Lomig wrote: Hello list :) As I have not been able to find a compiled package of vim with a +ruby support for my distribution