commit | 4087bfd96d0d70791a1572ac4b40d5a655e2166b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 07 13:26:39 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 07 13:26:39 2018 +0100 |
tree | c8128ccf9361f909242c2d99a8e716dd0e5d8513 | |
parent | 20091c18c40b4e8b594769ba11e81d133c479d7c [diff] [blame] |
patch 8.1.0567: error for NUL byte in ScreenLines goes unnoticed Problem: Error for NUL byte in ScreenLines goes unnoticed. Solution: Add an internal error message.
diff --git a/src/version.c b/src/version.c index b912a6e..c4d9a8f 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 567, +/**/ 566, /**/ 565,