[net.unix-wizards] Bug in VI?

chris.umcp-cs@UDel-Relay (03/16/83)

From:  Chris Torek <chris.umcp-cs@UDel-Relay>

I looked in the source for VI, and found an interesting thing:
if you delete the last line, there's a piece of code that SPECIFICALLY
says (it's commented) that it turns off the "modified" flag.
This is in the main for(;;) loop that runs visual mode.  I
don't know if there's any other similar things.