diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-03-24 17:49:51 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-03-24 17:49:51 +0100 |
commit | 310f2d59b2b20c642088feb5e6dfe323cc570923 (patch) | |
tree | d919b5b1fc437d2a254075a3db6af93aa1c3ff93 /src/testdir/Make_os2.mak | |
parent | 6383b92d8c272f75d1fe144f75e2e35ad7e11b04 (diff) | |
download | vim-310f2d59b2b20c642088feb5e6dfe323cc570923.zip |
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)
Diffstat (limited to 'src/testdir/Make_os2.mak')
-rw-r--r-- | src/testdir/Make_os2.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_os2.mak b/src/testdir/Make_os2.mak index 31023ea85..7cdfcb105 100644 --- a/src/testdir/Make_os2.mak +++ b/src/testdir/Make_os2.mak @@ -44,6 +44,7 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \ test_changelist.out \ test_close_count.out \ test_command_count.out \ + test_erasebackword.out \ test_eval.out \ test_insertcount.out \ test_listlbr.out \ |