diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-10-21 16:22:17 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-10-21 16:22:17 +0200 |
commit | bdef518b0a4691b66c4d483d239e13ef29423d18 (patch) | |
tree | ecae7f1aaefeba1160ebbb86983370a36bfe22e9 /src/testdir/Make_ming.mak | |
parent | f1b4622366d96c12ff4e01f21358467b4026e016 (diff) | |
download | vim-bdef518b0a4691b66c4d483d239e13ef29423d18.zip |
updated for version 7.4.483
Problem: A 0x80 byte is not handled correctly in abbreviations.
Solution: Unescape special characters. Add a test. (Christian Brabandt)
Diffstat (limited to 'src/testdir/Make_ming.mak')
-rw-r--r-- | src/testdir/Make_ming.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_ming.mak b/src/testdir/Make_ming.mak index 782f89d64..247c0f259 100644 --- a/src/testdir/Make_ming.mak +++ b/src/testdir/Make_ming.mak @@ -62,6 +62,7 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \ test_insertcount.out \ test_listlbr.out \ test_listlbr_utf8.out \ + test_mapping.out \ test_options.out \ test_qf_title.out \ test_utf8.out |