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 )
        vscPrint0(sprintf( nil "Hierarchy for %s,%s,%s ..." lib cell
view ))
        when( ddCVs = vscGetHierarchyDDs( ?lib lib ?cell cell ?view
view
                                          ?inclibs inclibs )
            vscPrint0(sprintf( nil "  %d cellviews." length(ddCVs) ))
            vscCheckpoint( ddCVs ?message message)
        ); when ddCVs
    ); let
); procedure vscCheckpointHier


Notice all the comments placed on the closing brackets. Is there a
way to make vim do this?

TIA


Reply via email to