commit | b00ef0508b22905379953a164bdb4300015d3705 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 12 14:53:53 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 12 14:53:53 2020 +0200 |
tree | ba2fc4de9e8d4febac6475338c7bc8509fb3ffde | |
parent | 635414dd2f3ae7d4d972d79b806348a6516cb91a [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index e0afdf8..596f38d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1666, +/**/ 1665, /**/ 1664,