| commit | 79278367337be1e9a12222698642dcce0af1e059 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Tue Apr 21 18:33:48 2015 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 21 18:33:48 2015 +0200 |
| tree | e7ed1960e4cb4fdf3940d7f2212b2c6bf65ca820 | |
| parent | 40ce3a4e1f50badb75ca812e26557a9bc5fde8c6 [diff] [blame] |
patch 7.4.710 Problem: It is not possible to make spaces visibible in list mode. Solution: Add the "space" item to 'listchars'. (David Bürgin, issue 350)
diff --git a/src/testdir/Makefile b/src/testdir/Makefile index bc094e1..dfcee81 100644 --- a/src/testdir/Makefile +++ b/src/testdir/Makefile
@@ -43,6 +43,7 @@ test_erasebackword.out \ test_eval.out \ test_insertcount.out \ + test_listchars.out \ test_listlbr.out \ test_listlbr_utf8.out \ test_mapping.out \