comparison src/version.c @ 20976:599b29b6e540 v8.2.1039

patch 8.2.1039: cannot put NUL byte on clipboard Commit: https://github.com/vim/vim/commit/25fd2672875351ff56a925284a03a900081f70c0 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 22 20:30:27 2020 +0200 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 https://github.com/vim/vim/issues/6312, closes #6149)
author Bram Moolenaar <Bram@vim.org>
date Mon, 22 Jun 2020 20:45:03 +0200
parents 769f5a2d0879
children 2c3e7a6bd6c6
comparison
equal deleted inserted replaced
20975:d25769ea2be3 20976:599b29b6e540
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1039,
757 /**/ 759 /**/
758 1038, 760 1038,
759 /**/ 761 /**/
760 1037, 762 1037,
761 /**/ 763 /**/