CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/07/02 10:25:39
Modified files:
usr.bin/mg : def.h funmap.c match.c mg.1
Log message:
I totally forgot about the instance where blink-and-insert can be
called from the mg startup file. My previous diff broke that instance.
So this diff reverts my change but adds a man page line to
blink-and-insert in case someone should try to use it interactively,
again. Also, should anyone ever want to add an interactive version of
blink-and-insert in the future, the code is there. And the code could
be useful in another, related instance.