0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 8.0.1199: when 'clipboard' is "autoselectplus" star register is set

Problem:    When 'clipboard' is "autoselectplus" the star register is also
            set. (Gilles Moris)
Solution:   Don't set the star register in this situation.
This commit is contained in:
Bram Moolenaar
2017-10-15 21:47:05 +02:00
parent 00ce63dc23
commit 8bfe07b708
2 changed files with 4 additions and 2 deletions

View File

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