updated for version 7.4.680
Problem:    CTRL-W in Insert mode does not work well for multi-byte
            characters.
Solution:   Use mb_get_class(). (Yasuhiro Matsumoto)
diff --git a/src/testdir/Make_vms.mms b/src/testdir/Make_vms.mms
index 7448d72..496f822 100644
--- a/src/testdir/Make_vms.mms
+++ b/src/testdir/Make_vms.mms
@@ -4,7 +4,7 @@
 # Authors:	Zoltan Arpadffy, <arpadffy@polarhome.com>
 #		Sandor Kopanyi,  <sandor.kopanyi@mailbox.hu>
 #
-# Last change:  2015 Mar 13
+# Last change:  2015 Mar 24
 #
 # This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
 # Edit the lines in the Configuration section below to select.
@@ -103,6 +103,7 @@
 	 test_changelist.out \
 	 test_close_count.out \
 	 test_command_count.out \
+	 test_erasebackword.out \
 	 test_eval.out \
 	 test_insertcount.out \
 	 test_listlbr.out \