Toggles the Editor buffers.
F
F updates the Editor's working copy of the item, renumbers its lines, and sets the line pointer to the top of the item.
You can perform multiple string replacements on a line without issuing an F command. For example,
003 CAT .R/CAT/DOG
Return 003 DOG .R/DOG/RAT
Return 003 RAT .
You can modify the last line of an I(nput) or ME(rge) sequence in the same way as many times as is necessary.
:ED MD TEST1 |
Contents of item TEST1 in the MD file. Go to line 4. Change the P.O. Box number. Go to line 1. Attempt to make an edit. Because you tried to edit out of line sequence order without issuing an F command, you get a Sequence? message. After you flip the buffers by issuing an F command you can go to line 1 and do your edit. Final contents of item TEST1 after all the edits have been made. |