comparison src/version.c @ 25808:b1440083f0da v8.2.3439

patch 8.2.3439: deleted lines go to wrong yank register Commit: https://github.com/vim/vim/commit/78eb9cce911dcd662182443e0920649ec1596d41 Author: Christian Brabandt <cb@256bit.org> Date: Tue Sep 14 18:55:51 2021 +0200 patch 8.2.3439: deleted lines go to wrong yank register Problem: Deleted lines go to wrong yank register. Solution: Reset y_append when not calling get_yank_register(). (Christian Brabandt, closes #8872)
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Sep 2021 19:00:05 +0200
parents 8d55e978f95b
children 2db73f521d49
comparison
equal deleted inserted replaced
25807:703ae6848d39 25808:b1440083f0da
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3439,
758 /**/ 760 /**/
759 3438, 761 3438,
760 /**/ 762 /**/
761 3437, 763 3437,
762 /**/ 764 /**/