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/version.c b/src/version.c index 850f37c..06fb40e 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 710, +/**/ 709, /**/ 708,