1
0
forked from aniani/vim

patch 8.2.2562: GUI: star register changed when 'clipboard is "unnamedplus"

Problem:    GUI: star register changed when 'clipboard is "unnamedplus". (Ingo
            Karkat)
Solution:   Do not change the star register when 'clipboard' contains
            "unnamedplus" and not "unnamed". (closes #1516)
This commit is contained in:
Bram Moolenaar
2021-03-02 19:04:11 +01:00
parent 3dc3474f00
commit 37096afd3f
2 changed files with 10 additions and 4 deletions

View File

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