patch 8.2.1666: the initial value of 'backupskip' can have duplicate items

Problem:    The initial value of 'backupskip' can have duplicate items.
Solution:   Remove duplicates, like when it is set later. (Tom Ryder,
            closes #6940)
This commit is contained in:
Bram Moolenaar
2020-09-12 14:53:53 +02:00
parent 635414dd2f
commit b00ef0508b
3 changed files with 92 additions and 31 deletions
+2
View File
@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1666,
/**/
1665,
/**/