]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1039: cannot put NUL byte on clipboard v8.2.1039
authorBram Moolenaar <Bram@vim.org>
Mon, 22 Jun 2020 18:30:27 +0000 (20:30 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 22 Jun 2020 18:30:27 +0000 (20:30 +0200)
commit25fd2672875351ff56a925284a03a900081f70c0
treeaba8689649e09141a54b0dcee79e26d3a9301e96
parentb2b218d89b3a6f450e65afd5e59ac234a5fa1eb7
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)
src/testdir/test_registers.vim
src/version.c
src/winclip.c