commit | 47015b80a0b0ff74ba7cb597d5959604b6e9a511 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 23 22:10:34 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 23 22:10:34 2018 +0100 |
tree | 285a40074183263b83df9bdc08f8247220b53840 | |
parent | 948a796bfea55d1e5a3a079d4976fdd4d093cd05 [diff] [blame] |
patch 8.0.1632: in a terminal dump NUL and space are different Problem: In a terminal dump NUL and space considered are different, although they are displayed the same. Solution: When encountering NUL handle it like space.
diff --git a/src/version.c b/src/version.c index 473883c..6999611 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1632, +/**/ 1631, /**/ 1630,