commit | 9a8534673acd98d7398c967fe4348df63e689dab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 07 14:10:37 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 07 14:10:37 2018 +0100 |
tree | 3988c892561d96f933c858af19e63211c4bdb5dd | |
parent | 4087bfd96d0d70791a1572ac4b40d5a655e2166b [diff] [blame] |
patch 8.1.0568: error message for NUL byte in ScreenLines breaks Travis CI Problem: Error message for NUL byte in ScreenLines breaks Travis CI. Solution: Use a normal message fornow.
diff --git a/src/version.c b/src/version.c index c4d9a8f..eeb7cb0 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 568, +/**/ 567, /**/ 566,