> 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. Mzscheme has this commented in #if 0 with “FIXME Support new-style funcrefs”, thus I am not breaking anything. Other files with references to VAR_FUNC are if_py*, eval.c and structs.h which are already aware about changes. -- -- 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.
