0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

patch 8.1.0326: screen dump does not consider NUL and space equal

Problem:    Screen dump does not consider NUL and space equal.
Solution:   Use temp variables instead of character from cell.
This commit is contained in:
Bram Moolenaar
2018-08-24 21:30:28 +02:00
parent 7c60505e10
commit 98fc8d7b6c
3 changed files with 13 additions and 11 deletions

View File

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