Re: [patch] Fix missing, unnecessary symbol lookups with lua >= 5.3

2015-06-25 Fir de Conversatie Pedro Ferrari
On Thursday, June 11, 2015 at 11:36:19 AM UTC-3, Felix S. wrote: > Dear vim dev list, > > With lua 5.3 symbols has changed. To make vim work with lua 5.3, I > wrote a patch to remove unnecessary symbol lookups (namely lua_replace) > and added new needed functions. > > I briefly tested the patch w

Re: [patch] Fix missing, unnecessary symbol lookups with lua >= 5.3

2015-06-12 Fir de Conversatie Bram Moolenaar
Felix Schnizlein wrote: > With lua 5.3 symbols has changed. To make vim work with lua 5.3, I > wrote a patch to remove unnecessary symbol lookups (namely lua_replace) > and added new needed functions. > > I briefly tested the patch with a few stupid lua commands and > neocomplcache. Thanks! --

Re: [patch] Fix missing, unnecessary symbol lookups with lua >= 5.3

2015-06-12 Fir de Conversatie tux.
Patch looks ok, updated my Windows builds as requested by some of you: http://tuxproject.de/projects/vim Thanks :-) -- -- 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/m

[patch] Fix missing, unnecessary symbol lookups with lua >= 5.3

2015-06-11 Fir de Conversatie Felix Schnizlein
Dear vim dev list, With lua 5.3 symbols has changed. To make vim work with lua 5.3, I wrote a patch to remove unnecessary symbol lookups (namely lua_replace) and added new needed functions. I briefly tested the patch with a few stupid lua commands and neocomplcache. Regards Felix -- -- You