Re: if_xcmdsrv.c patches

2012-07-18 Thread Brian D. Burns
> On Tuesday, July 17, 2012 9:30:42 AM UTC-4, James McCoy wrote: > > > On Jul 17, 2012 6:47 AM, "Brian D. Burns" wrote: > > > > I've attached a new patch, with an updated test and Makefile which > > includes tests using --remote-send and --remote-expr

Re: if_xcmdsrv.c patches

2012-07-17 Thread Brian D. Burns
On 07/14/2012 06:21 AM, Bram Moolenaar wrote: > >> Brian Burns wrote: >> >> >> I've attached a patch which includes an updated test and Makefile, with >> the server being started and stopped in the Makefile. Also included is a >> change to serverPeekReply() and an added note for ServerWait(). > >

Re: if_xcmdsrv.c patches

2012-07-13 Thread Brian D. Burns
On 07/10/2012 06:31 AM, Bram Moolenaar wrote: > > Brian Burns wrote: > >> I've attached some basic tests. >> I'm not sure if what I'm doing here would work on all systems, >> but it's a start. Let me know what you think. > > Thanks. It's nice to have a test for this, there was nothing before. >

Re: if_xcmdsrv.c patches

2012-07-08 Thread Brian D. Burns
On 07/08/2012 07:49 PM, Brian D. Burns wrote: > On 07/07/2012 09:57 AM, Bram Moolenaar wrote: >> >> Brian Burns wrote: >> >>> Recently, I have been looking into different methods for using Vim >>> to syntax highlight small blocks of code. In the process, I f

Re: if_xcmdsrv.c patches

2012-07-08 Thread Brian D. Burns
On 07/07/2012 09:57 AM, Bram Moolenaar wrote: > > Brian Burns wrote: > >> Recently, I have been looking into different methods for using Vim >> to syntax highlight small blocks of code. In the process, I found >> runtime/tools/xcmdsrv_client.c, which worked but seemed a little >> outdated. So, af

if_xcmdsrv.c patches

2012-07-06 Thread Brian D. Burns
Recently, I have been looking into different methods for using Vim to syntax highlight small blocks of code. In the process, I found runtime/tools/xcmdsrv_client.c, which worked but seemed a little outdated. So, after working with this a bit, I decided to create a Ruby extension from src/if_xcmdsrv