Re: A new toy for programmers who uses VIM on OpenBSD

2009-05-06 Thread Stuart Henderson
(cc/reply-to set to ports@). useful :-) would you be interested in adding some kind of license (we like /usr/share/misc/license.template, but it's your choice)? then it could go into ports/packages. On 2009/05/06 09:01, Dasn wrote: > Hi guys, I wrote a toy which builds communications between VI

A new toy for programmers who uses VIM on OpenBSD

2009-05-05 Thread Dasn
Hi guys, I wrote a toy which builds communications between VIM and debuggers. The tool's main function is tracing the instruction pointer in VIM while we debugging the program. That should be similar to Emacs's Gud, I suppose. :) Here it is: http://lrc.sf.net/bride-0.1.1.tar.gz And some screen sh