commit | 98fc8d7b6c8cc3c2f55e8d08617ecc27a3624899 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 24 21:30:28 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 24 21:30:28 2018 +0200 |
tree | d2ea8b0c8e73aa510a529939961f378a620a3281 | |
parent | 7c60505e1012a43549c2c075c27463c5399e81ec [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index dfb0965..50c8a5e 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 326, +/**/ 325, /**/ 324,