Line Manipulation Commands
The line manipulation commands separate a data line or append two lines together. Available commands are:
:V {string}
Split the pointed line into two lines after {string}. The new line is inserted immediately after the pointed line.
:V
Repeat the last line split.
:VV {string}
Split the pointed line into two lines after {string} with verification.
:VV
Repeat the last line split with verification.
:V*
Display the last {string} used in a SPLIT command.
:W
Append the pointed line with the line immediately below it creating one line. The line below is deleted after the :W operation.
See Also: Line Manipulation Commands, SUNEDIT Commands, Line Edit Mode, SUNEDIT
![]() |