To: vim_dev@googlegroups.com Subject: Patch 8.2.0955 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.0955 (after 8.2.0953) Problem: Build fails. Solution: Add missing struct change. Files: src/structs.h *** ../vim-8.2.0954/src/structs.h 2020-06-07 14:50:47.271846855 +0200 --- src/structs.h 2020-06-10 21:16:32.102240487 +0200 *************** *** 2423,2428 **** --- 2423,2429 ---- regprog_T *b_cap_prog; // program for 'spellcapcheck' char_u *b_p_spf; // 'spellfile' char_u *b_p_spl; // 'spelllang' + char_u *b_p_spo; // 'spelloptions' int b_cjk; // all CJK letters as OK #endif #if !defined(FEAT_SYN_HL) && !defined(FEAT_SPELL) *** ../vim-8.2.0954/src/version.c 2020-06-10 22:07:49.211556606 +0200 --- src/version.c 2020-06-10 22:11:34.154866713 +0200 *************** *** 756,757 **** --- 756,759 ---- { /* Add new patch number below this line */ + /**/ + 955, /**/ -- "A mouse can be just as dangerous as a bullet or a bomb." (US Representative Lamar Smith, R-Texas) /// 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 ///