commit | 46577b5e5445c4aaa1e7ae1764373d11dae71663 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 30 22:40:42 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 30 22:40:42 2018 +0200 |
tree | f3f3a80c47eb1c3d294eb3eaf638fd2ad4636797 | |
parent | 4ff4814b383bc85fbf5d8f62c8022f4379d7a490 [diff] [blame] |
patch 8.1.0133: tagfiles() can have duplicate entries Problem: tagfiles() can have duplicate entries. Solution: Simplify the filename to make checking for duplicates work better. Add a test. (Dominique Pelle, closes #2979)
diff --git a/src/version.c b/src/version.c index 572b8f1..c724159 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 133, +/**/ 132, /**/ 131,