On Mon, Sep 19, 2011 at 5:07 PM, Rob Hoelz wrote: > On Sep 12, 12:03 pm, Rob Hoelz <[email protected]> wrote: > > Hello Vim developers, > > > > I noticed that Vim currently uses the stock implementation of Lua's > > debug.debug() function in if_lua.c, which will cause Vim to seemingly > > hang if called. I've written and attached a new implementation for > > debug.debug() that will make it more usable in Vim if Lua scripters > > want to make use of it. > > > > Thanks, > > Rob Hoelz > > > > vim-debug-debug.patch > > 2KViewDownload > > > > signature.asc > > < 1KViewDownload > > Hello again, > > It's been a week since I posted this patch, and I haven't seen any > response. If you guys don't want to incorporate my patch into Vim, > that's ok; I'd just like to know if I need to fix anything up, or if > it needs to get vetted or something. > > Thanks, > Rob
Hi Rob Thanks for the patch. I just checked ":help todo.txt" in Vim-7.3.315 and it includes a comment about your patch: ==== [ :help todo.txt ] ==== Patch for Lua debug(). (Rob Hoelz, 2011 Sep 12). ==== It's also near the top of the TODO list so chances are it will be included soon. Regards -- Dominique -- 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
