*q**recording*q{0-9a-zA-Z"} Record typed characters into register {0-9a-zA-Z"}(uppercase to append). The 'q' command is disabledwhile executing a register, and it doesn't work insidea mapping. {Vi: no recording}
q Stops recording. (Implementation note: The 'q' thatstops recording is not stored in the register, unlessit was the result of a mapping) {Vi: no recording}
*@*@{0-9a-z".=*} Execute the contents of register {0-9a-z".=*} [count]times. Note that register '%' (name of the currentfile) and '#' (name of the alternate file) cannot beused. For "@=" you are prompted to enter anexpression. The result of the expression is thenexecuted. See also |@:|. {Vi: only named registers}