CONTENTS | INDEX | PREV | NEXT
SYNTAX : ARG ;G
RESULTING ARGUMENT: None
FUNCTION : Insert any command sequence from the command history
into the buffer at the current cursor position. The
cursor (and implicitly the value of . ) is positioned
at the end of the inserted command.
The command history may also be accessed via CTRL_B.
ARGUMENT : The number of the command sequence to be inserted.
Higher numbers retrieve older commands.
DEFAULT : 1 (most recent)
EXAMPLE : < %5 ;g 10 i >
Will insert all commands entered interactively so far.
Extra RETURNS are inserted for legibility.
MATRIX