comparison src/version.c @ 21319:fb3dcd8ed14d v8.2.1210

patch 8.2.1210: using ht_used when looping through a hashtab is less reliable Commit: https://github.com/vim/vim/commit/1f22cc5cdb2da867d6bbf54dd371f279c38a2f56 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 14 21:08:49 2020 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jul 2020 21:15:04 +0200
parents 883aa425656a
children 1421eca61db9
comparison
equal deleted inserted replaced
21318:b1121f5c029a 21319:fb3dcd8ed14d
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1210,
757 /**/ 759 /**/
758 1209, 760 1209,
759 /**/ 761 /**/
760 1208, 762 1208,
761 /**/ 763 /**/