commit | bdef518b0a4691b66c4d483d239e13ef29423d18 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 21 16:22:17 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 21 16:22:17 2014 +0200 |
tree | ecae7f1aaefeba1160ebbb86983370a36bfe22e9 | |
parent | f1b4622366d96c12ff4e01f21358467b4026e016 [diff] [blame] |
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)
diff --git a/src/testdir/Makefile b/src/testdir/Makefile index 59fe011..41f25cf 100644 --- a/src/testdir/Makefile +++ b/src/testdir/Makefile
@@ -40,6 +40,7 @@ test_insertcount.out \ test_listlbr.out \ test_listlbr_utf8.out \ + test_mapping.out \ test_options.out \ test_qf_title.out \ test_utf8.out