]> granicus.if.org Git - vim/commit
patch 8.2.1210: using ht_used when looping through a hashtab is less reliable v8.2.1210
authorBram Moolenaar <Bram@vim.org>
Tue, 14 Jul 2020 19:08:49 +0000 (21:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 14 Jul 2020 19:08:49 +0000 (21:08 +0200)
commit1f22cc5cdb2da867d6bbf54dd371f279c38a2f56
tree32d3ebe3de935d0e295c8725b160b1a723f5cfd7
parent21c16f868d725fffc8fa36620cba33dd5f2ed576
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.
src/if_py_both.h
src/userfunc.c
src/version.c