суббота, 21 июля 2012 г., 19:23:55 UTC+4 пользователь Bram Moolenaar написал: > ZyX wrote: > > > This small patch makes it able to use vim dictionary (obtained via > > vim.bindeval) and any other object that is converted to it as a self > > argument to vim.function object call: > > Thanks. Any docs updates for this?
Not needed: I was not too verbose when describing how can one "Use self keyword argument to assign self object for dictionary functions": this phrase is the only thing referencing what I've fixed here. It should be natural to the python programmer to expect anything that uses python abstract mapping protocol to be accepted where dictionary is expected, I should not have used PyDict_Check in the first place. -- 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
