| commit | b5647f71c210cf943192381783e0a7242de9e51c | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Wed Jul 16 17:01:53 2014 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 16 17:01:53 2014 +0200 |
| tree | 961dc71cb2d692b0b01aa9df8e3d90c23dbc074e | |
| parent | 4e036c9e6f61ac9fca7be561da0a04d6fc36f9b8 [diff] [blame] |
updated for version 7.4.370
Problem: Linebreak test fails when encoding is not utf-8. (Danek Duvall)
Solution: Split the test in a single byte one and a utf-8 one. (Christian
Brabandt)
diff --git a/src/testdir/Make_ming.mak b/src/testdir/Make_ming.mak index 603fe80..8993517 100644 --- a/src/testdir/Make_ming.mak +++ b/src/testdir/Make_ming.mak
@@ -58,6 +58,7 @@ test_autoformat_join.out \ test_breakindent.out \ test_listlbr.out \ + test_listlbr_utf8.out \ test_eval.out \ test_options.out