1
0
forked from aniani/vim

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)
This commit is contained in:
Christian Brabandt
2021-09-14 18:55:51 +02:00
committed by Bram Moolenaar
parent 5dfe467432
commit 78eb9cce91
5 changed files with 64 additions and 0 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3439,
/**/
3438,
/**/