On Jan 8, 1:13 am, Marc Weber <[email protected]> wrote: > I imagine a Vim (orPython) interface like this: > > call AddAsyncProcess('name','gdb args',function('OnBytesReceived'), > function('OnProcessDied')) > > Then whenever gdb outputs some bytes they should be passed using a > pipe to Vim which should read them from the pipe, know that teh pipe > belongs to id 'name' and call the associated processing function > OnBytesReceived. The VimL code can update the user interface > accordingly.
This would be extremely helpful! Either as part of VimL or only the python interface would be terrific. This and not having a keypress event have been my two largest obstacles with plugin coding. Nico Raffo
-- You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php
