To: vim_dev@googlegroups.com Subject: Patch 8.2.1208 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1208 Problem: Build failure. Solution: Add missing change. Files: src/structs.h *** ../vim-8.2.1207/src/structs.h 2020-07-12 17:31:05.570115575 +0200 --- src/structs.h 2020-07-14 14:51:57.050251652 +0200 *************** *** 1250,1255 **** --- 1250,1256 ---- // array is "ht_mask" + 1) long_u ht_used; // number of items used long_u ht_filled; // number of items used + removed + int ht_changed; // incremented when adding or removing an item int ht_locked; // counter for hash_lock() int ht_error; // when set growing failed, can't add more // items before growing works *** ../vim-8.2.1207/src/version.c 2020-07-14 15:01:00.468662548 +0200 --- src/version.c 2020-07-14 15:47:01.340907773 +0200 *************** *** 756,757 **** --- 756,759 ---- { /* Add new patch number below this line */ + /**/ + 1208, /**/ -- If they don't keep on exercising their lips, he thought, their brains start working. -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy" /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///