commit | 25fd2672875351ff56a925284a03a900081f70c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 22 20:30:27 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 22 20:30:27 2020 +0200 |
tree | aba8689649e09141a54b0dcee79e26d3a9301e96 | |
parent | b2b218d89b3a6f450e65afd5e59ac234a5fa1eb7 [diff] [blame] |
patch 8.2.1039: cannot put NUL byte on clipboard Problem: Cannot put NUL byte on clipboard. Solution: Use the text length. (Christian Brabandt, closes #6312, closes #6149)
diff --git a/src/version.c b/src/version.c index b383830..d6ed2cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1039, +/**/ 1038, /**/ 1037,