diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-04-21 18:33:48 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-04-21 18:33:48 +0200 |
commit | 79278367337be1e9a12222698642dcce0af1e059 (patch) | |
tree | e7ed1960e4cb4fdf3940d7f2212b2c6bf65ca820 /src/testdir/test_listchars.ok | |
parent | 40ce3a4e1f50badb75ca812e26557a9bc5fde8c6 (diff) | |
download | vim-git-79278367337be1e9a12222698642dcce0af1e059.tar.gz |
patch 7.4.710v7.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)
Diffstat (limited to 'src/testdir/test_listchars.ok')
-rw-r--r-- | src/testdir/test_listchars.ok | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/testdir/test_listchars.ok b/src/testdir/test_listchars.ok new file mode 100644 index 000000000..1377a84a9 --- /dev/null +++ b/src/testdir/test_listchars.ok @@ -0,0 +1,16 @@ +>-------aa>-----$ +..bb>---<<$ +...cccc><$ +dd........ee<<>-$ +<$ +>-------aa>-----$ +..bb>---..$ +...cccc>.$ +dd........ee..>-$ +.$ + + +..fff>--<<$ +>-------gg>-----$ +.....h>-$ +iii<<<<><<$ |