fpjohnston / TECO-64

Enhanced and portable version of TECO text editor in C.
24 stars 6 forks source link

Let ::FStext` do anchored search as intended in TECO manual #24

Open LdBeth opened 3 months ago

LdBeth commented 3 months ago

The Standard TECO manual did not properly document the double colon modified version of FS command, but in the glossary the explaination of the term "anchored search" implied its existence. To implement this it is only required to remove the test condition that excludes dcolon been accepted in replace mode. This should fix #23