commit | 5f1032d2a55b9417a0a6fa225e35089c98a5a419 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 07 22:16:36 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 07 22:16:36 2016 +0200 |
tree | 5a44e80e39eba782524fdb963604cbadf7e73bf6 | |
parent | fdd82fe365d0e287bafc71f98c039cb5af8ed827 [diff] [blame] |
patch 7.4.1906 Problem: Collapsing channel buffers and searching for NL does not work properly. (Xavier de Gary, Ramel Eshed) Solution: Do not assume the buffer contains a NUL or not. Change NUL bytes to NL to avoid the string is truncated.
diff --git a/src/version.c b/src/version.c index 7e7dd48..547f30a 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1906, +/**/ 1905, /**/ 1904,