commit | 1f22cc5cdb2da867d6bbf54dd371f279c38a2f56 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 14 21:08:49 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 14 21:08:49 2020 +0200 |
tree | 32d3ebe3de935d0e295c8725b160b1a723f5cfd7 | |
parent | 21c16f868d725fffc8fa36620cba33dd5f2ed576 [diff] [blame] |
patch 8.2.1210: using ht_used when looping through a hashtab is less reliable Problem: Using ht_used when looping through a hashtab is less reliable. Solution: Use ht_changed in a few more places.
diff --git a/src/version.c b/src/version.c index f49eec9..6be113d 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1210, +/**/ 1209, /**/ 1208,