]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1632: in a terminal dump NUL and space are different v8.0.1632
authorBram Moolenaar <Bram@vim.org>
Fri, 23 Mar 2018 21:10:34 +0000 (22:10 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 23 Mar 2018 21:10:34 +0000 (22:10 +0100)
commit47015b80a0b0ff74ba7cb597d5959604b6e9a511
tree285a40074183263b83df9bdc08f8247220b53840
parent948a796bfea55d1e5a3a079d4976fdd4d093cd05
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.
src/terminal.c
src/version.c