mirror of
https://github.com/neovim/neovim.git
synced 2026-02-02 10:31:14 +10: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>