comparison src/structs.h @ 20806:a0bc9cecda00 v8.2.0955

patch 8.2.0955: build fails Commit: https://github.com/vim/vim/commit/215f49c4d720367be29f56168f363a0ee9eaf86b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 10 22:12:04 2020 +0200 patch 8.2.0955: build fails Problem: Build fails. Solution: Add missing struct change.
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Jun 2020 22:15:04 +0200
parents ab27db64f1fb
children 1693ca876049
comparison
equal deleted inserted replaced
20805:c18241b2966b 20806:a0bc9cecda00
2421 char_u *b_spell_ismw_mb; // multi-byte midword chars 2421 char_u *b_spell_ismw_mb; // multi-byte midword chars
2422 char_u *b_p_spc; // 'spellcapcheck' 2422 char_u *b_p_spc; // 'spellcapcheck'
2423 regprog_T *b_cap_prog; // program for 'spellcapcheck' 2423 regprog_T *b_cap_prog; // program for 'spellcapcheck'
2424 char_u *b_p_spf; // 'spellfile' 2424 char_u *b_p_spf; // 'spellfile'
2425 char_u *b_p_spl; // 'spelllang' 2425 char_u *b_p_spl; // 'spelllang'
2426 char_u *b_p_spo; // 'spelloptions'
2426 int b_cjk; // all CJK letters as OK 2427 int b_cjk; // all CJK letters as OK
2427 #endif 2428 #endif
2428 #if !defined(FEAT_SYN_HL) && !defined(FEAT_SPELL) 2429 #if !defined(FEAT_SYN_HL) && !defined(FEAT_SPELL)
2429 int dummy; 2430 int dummy;
2430 #endif 2431 #endif