comments after brackets with vim?

2007-05-16 Thread Simon Butler
So, anyone done something like this before, i'm about to break out the vim scripting manual.. :( -- hi, when i write this skill (cadence extension language) fragment in emacs i get the following: procedure( vscCheckpointHier( @key lib cell view message inclibs ) let(( ddCVs )

Re: comments after brackets with vim?

2007-05-14 Thread Andy Wokula
Simon Butler schrieb: hi, when i write this skill (cadence extension language) fragment in emacs i get the following: procedure( vscCheckpointHier( @key lib cell view message inclibs ) let(( ddCVs ) vscPrint0(sprintf( nil "Hierarchy for %s,%s,%s ..." lib cell view )) wh

Re: comments after brackets with vim?

2007-05-11 Thread A.J.Mechelynck
Simon Butler wrote: On May 11, 2007, at 4:48 PM, A.J.Mechelynck wrote: Simon Butler wrote: [...] maybe i'm missing something here. my objective is not to write the comments by hand. they should appear automatically after the brackets, thats how skill mode in emacs is setup and i'd like to be

Re: comments after brackets with vim?

2007-05-11 Thread Simon Butler
On May 11, 2007, at 4:48 PM, A.J.Mechelynck wrote: Simon Butler wrote: [...] maybe i'm missing something here. my objective is not to write the comments by hand. they should appear automatically after the brackets, thats how skill mode in emacs is setup and i'd like to be able to do the s

Re: comments after brackets with vim?

2007-05-11 Thread A.J.Mechelynck
Simon Butler wrote: [...] maybe i'm missing something here. my objective is not to write the comments by hand. they should appear automatically after the brackets, thats how skill mode in emacs is setup and i'd like to be able to do the same thing in vim [...] ah. I suppose it could be done b

Re: comments after brackets with vim?

2007-05-11 Thread Simon Butler
On May 11, 2007, at 4:26 PM, A.J.Mechelynck wrote: Simon Butler wrote: Hi Tony, thx for getting back to me, my comments below: On May 11, 2007, at 3:42 PM, A.J.Mechelynck wrote: Simon Butler wrote: hi, when i write this skill (cadence extension language) fragment in emacs i get the followin

Re: comments after brackets with vim?

2007-05-11 Thread A.J.Mechelynck
Simon Butler wrote: Hi Tony, thx for getting back to me, my comments below: On May 11, 2007, at 3:42 PM, A.J.Mechelynck wrote: Simon Butler wrote: hi, when i write this skill (cadence extension language) fragment in emacs i get the following: procedure( vscCheckpointHier( @key lib cell view

Re: comments after brackets with vim?

2007-05-11 Thread Simon Butler
Hi Tony, thx for getting back to me, my comments below: On May 11, 2007, at 3:42 PM, A.J.Mechelynck wrote: Simon Butler wrote: hi, when i write this skill (cadence extension language) fragment in emacs i get the following: procedure( vscCheckpointHier( @key lib cell view message inclibs )

Re: comments after brackets with vim?

2007-05-11 Thread A.J.Mechelynck
Simon Butler wrote: hi, when i write this skill (cadence extension language) fragment in emacs i get the following: procedure( vscCheckpointHier( @key lib cell view message inclibs ) let(( ddCVs ) vscPrint0(sprintf( nil "Hierarchy for %s,%s,%s ..." lib cell view )) when

comments after brackets with vim?

2007-05-11 Thread Simon Butler
hi, when i write this skill (cadence extension language) fragment in emacs i get the following: procedure( vscCheckpointHier( @key lib cell view message inclibs ) let(( ddCVs ) vscPrint0(sprintf( nil "Hierarchy for %s,%s,%s ..." lib cell view )) when( ddCVs = vscGetHier