0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

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.
This commit is contained in:
Bram Moolenaar
2018-03-23 22:10:34 +01:00
parent 948a796bfe
commit 47015b80a0
2 changed files with 11 additions and 0 deletions

View File

@@ -766,6 +766,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1632,
/**/
1631,
/**/