I have an AutoText entry in my VAssist.tpl file that looks like this:
dest:
// Destructor.
/* virtual */
In pre-VAX versions, when I type in "dest" and hit return, this was inserted (which is correct):
// Destructor.
/* virtual */
In build 1206, this is what I end up with (which is wrong, because the 'dest' wasn't deleted):
dest// Destructor.
/* virtual */
I never noticed it before, I guess because all my AutoText entries happen to start with the same letters as the text they insert.