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 -- b...@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 /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/202007141349.06EDnEZh3054019%40masaka.moolenaar.net.