Ken Takata wrote: > 2016/3/25 Fri 8:20:06 UTC+9 Ken Takata wrote: > > Hi Bram, > > > > 2016/3/25 Fri 5:58:36 UTC+9 Bram Moolenaar wrote: > > > Patch 7.4.1646 > > > Problem: Using Python vim.bindeval() on a partial doesn't work. > > > (Nikolai > > > Pavlov) > > > Solution: Add VAR_PARTIAL support in Python. > > > Files: src/if_py_both.h > > > > Maybe we also need VAR_PARTIAL support in if_mzsch. > > I wrote a patch for this. Unfortunately, I think I found an existing bug. > func_ref() and func_unref() are not called in if_mzsch.c. > Maybe we need to add a custom type for holding a funcref like if_python. > I don't know how to do it...
Thanks. I'll include this now, we can make further improvements later. -- Living in Hollywood is like living in a bowl of granola. What ain't fruits and nuts is flakes. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
