comparison src/version.c @ 20968:1c36b96522ae v8.2.1035

patch 8.2.1035: setreg() does not always clear the register Commit: https://github.com/vim/vim/commit/7633fe595e6a27d6bb376548ff89f0dcce481600 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 22 19:10:56 2020 +0200 patch 8.2.1035: setreg() does not always clear the register Problem: setreg() does not always clear the register. Solution: Clear the register if the dict argument is empty. (Andy Massimino, closes #3370)
author Bram Moolenaar <Bram@vim.org>
date Mon, 22 Jun 2020 19:15:06 +0200
parents 0ee7de260208
children 736d6e6f55f6
comparison
equal deleted inserted replaced
20967:e4473542807d 20968:1c36b96522ae
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 1035,
757 /**/ 759 /**/
758 1034, 760 1034,
759 /**/ 761 /**/
760 1033, 762 1033,
761 /**/ 763 /**/