1
0
forked from aniani/vim

patch 9.0.0078: star register is unexpectedly changed when deleting

Problem:    Star register is changed when deleting and both "unnamed" and
            "unnamedplus" are in 'clipboard'.
Solution:   Make the use of the star register work as documented. (Ernie Rael,
            closes #10669)
This commit is contained in:
Ernie Rael
2022-07-26 14:44:36 +01:00
committed by Bram Moolenaar
parent b03950fafa
commit 559f230fd6
4 changed files with 45 additions and 1 deletions

View File

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