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 -- [email protected] -- 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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202006102012.05AKCd1g953591%40masaka.moolenaar.net.