diff src/testdir/Make_vms.mms @ 6712:c939d19bd86e v7.4.680

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)
author Bram Moolenaar <bram@vim.org>
date Tue, 24 Mar 2015 17:49:51 +0100
parents 24e0b6dd52e1
children a8962f0e0d34
line wrap: on
line diff
--- 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 @@ SCRIPT = test1.out  test2.out  test3.out
 	 test_changelist.out \
 	 test_close_count.out \
 	 test_command_count.out \
+	 test_erasebackword.out \
 	 test_eval.out \
 	 test_insertcount.out \
 	 test_listlbr.out \