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:
committed by
Bram Moolenaar
parent
5dfe467432
commit
78eb9cce91
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3439,
|
||||
/**/
|
||||
3438,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user