CONTENTS | INDEX | PREV | NEXT
SYNTAX : G REG
RESULTING ARGUMENT: None
FUNCTION : Insert the contents of the string-register (named
immediately after the command) into the buffer at the
current cursor position. The cursor (and implicitly
the value of . ) is positioned at the end of the
inserted copy (or copies).
ARGUMENT : The number of times to insert the specified register.
DEFAULT : 1
EXAMPLE : 3 ga
Will insert the contents of register A three times.
7.0:
NOTE : To access the register as an array, a subscript can be
used.
MATRIX