commit | 06e2c81f6d213d197aa60019b33a263cd5176d68 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 12 19:05:48 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 12 19:05:48 2019 +0200 |
tree | 543715f5f1781b192aae5ce3bbd5c9d2ee875a71 | |
parent | 202d982b36d87cf91d992bd7e30d3223bdc72cd9 [diff] [blame] |
patch 8.1.1519: 'backupskip' may contain duplicates Problem: 'backupskip' may contain duplicates. Solution: Add the P_NODUP flag. (Tom Ryder)
diff --git a/src/version.c b/src/version.c index 7432f70..5c41f4f 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1519, +/**/ 1518, /**/ 1517,