ZyX wrote: > > For merging some time after vim-7.4 release, just giving more time to > > test. Current status: vim tests pass, my (and other) plugins’ tests were > > not checked and there still are some TODO items awaiting implementations. > > Lua interface must break I guess: did not test, deferred. Don’t know about > > other interfaces, but AFAIR only lua and python have special objects for > > function references. Maybe also mzscheme? > > No, it appears that lua does not have VimL function userdata.
if_lua will have funcref userdata, as per the last patch in the discussion: https://groups.google.com/forum/#!msg/vim_dev/GufKvP2WQZw/R-2B5I1_i7kJ I should find some time in the next weeks to make a new patch that builds cleanly with 7.4a. Cheers, Luis -- Computers are useless. They can only give you answers. -- Pablo Picasso -- Luis Carvalho (Kozure) lua -e 'print((("[email protected]"):gsub("(%u+%.)","")))' -- -- 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/groups/opt_out.
