commit | 5f8069bbf5d989936a2f4d7a76ae42434017e3a2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 15:34:47 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 15:34:47 2019 +0100 |
tree | ff20971d662be93693a5d0ac5a45b516563f5d0f | |
parent | 9a2c091a748b380efafe60583698c9afcaab1e46 [diff] [blame] |
patch 8.1.1078: when 'listchars' is set a composing char on a space is wrong Problem: When 'listchars' is set a composing char on a space is wrong. Solution: Separate handling a non-breaking space and a space. (Yasuhiro Matsumoto, closes #4046)
diff --git a/src/version.c b/src/version.c index e84b5db..6bca45d 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1078, +/**/ 1077, /**/ 1076,