mirror of
https://github.com/neovim/neovim.git
synced 2026-07-17 14:41:33 +00:00
Problem: Using ht_used when looping through a hashtab is less reliable.
Solution: Use ht_changed in a few more places.
1f22cc5cdb
Co-authored-by: Bram Moolenaar <Bram@vim.org>