Is there a way to make a macro operate up to a marker? I know if I do 5@a my macro will operate on 5 lines. Example:
set marker with `mc`
record a macro with `qa`
... now what?
Obviously 'c@a just moves the cursor to the marker at c. I've tried buffers, "b'c, but that just goes to the marker. I'm probably missing something very basic or just looking in the wrong places.