summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_ming.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-03-24 17:49:51 +0100
committerBram Moolenaar <Bram@vim.org>2015-03-24 17:49:51 +0100
commit310f2d59b2b20c642088feb5e6dfe323cc570923 (patch)
treed919b5b1fc437d2a254075a3db6af93aa1c3ff93 /src/testdir/Make_ming.mak
parent6383b92d8c272f75d1fe144f75e2e35ad7e11b04 (diff)
updated for version 7.4.680v7.4.680
Problem: CTRL-W in Insert mode does not work well for multi-byte characters. Solution: Use mb_get_class(). (Yasuhiro Matsumoto)
Diffstat (limited to 'src/testdir/Make_ming.mak')
-rw-r--r--src/testdir/Make_ming.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_ming.mak b/src/testdir/Make_ming.mak
index 3e6a50fb41..4ec49d505f 100644
--- a/src/testdir/Make_ming.mak
+++ b/src/testdir/Make_ming.mak
@@ -64,6 +64,7 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \
test_changelist.out \
test_close_count.out \
test_command_count.out \
+ test_erasebackword.out \
test_eval.out \
test_insertcount.out \
test_listlbr.out \