I've been using this patch for a while. It seems stable, and it's a needed change to the Perl interface. Bram, any chance of it being included?
On Fri, Jan 22, 2016 at 11:30 AM, Damien <[email protected]> wrote: > Hi Christian > > Le Fri, Jan 22, 2016 at 10:40:04AM -0700, Christian J. Robinson a écrit : > > On Fri, 22 Jan 2016, Damien wrote: > > > > >I updated this patch with v7.4.1152. > > > > It compiles and functions properly, but I do get a couple of warnings for > > the usage of char: > > > > proto/syntax.pro:43:5: note: expected ‘char_u *’ but argument is of > type ‘char *’ > > if_perl.xs:719:1: note: expected ‘char_u *’ but argument is of type > ‘char *’ > > > > > > - Christian > > Thanks for a feedback. > > Attached patch with correct cast. > > Regards > Damien > > -- > -- > 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 message because you are subscribed to the Google Groups > "vim_dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Christian J. Robinson <[email protected]> -- -- 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 message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
