Patch 8.2.2293
Problem: Build failure with Motif. (Tony Mechelynck)
Solution: Use empty_option instead of empty_options.
Files: src/gui_motif.c
*** ../vim-8.2.2292/src/gui_motif.c 2021-01-03 19:51:01.396063220 +0100
--- src/gui_motif.c 2021-01-03 22:11:14.486500899 +0100
***************
*** 3525,3531 ****
char_u *save_cpo = p_cpo;
// No need to be Vi compatible here.
! p_cpo = empty_options;
u_undo(1);
p_cpo = save_cpo;
gui_update_screen();
--- 3525,3531 ----
char_u *save_cpo = p_cpo;
// No need to be Vi compatible here.
! p_cpo = empty_option;
u_undo(1);
p_cpo = save_cpo;
gui_update_screen();
*** ../vim-8.2.2292/src/version.c 2021-01-03 22:05:15.803884248 +0100
--- src/version.c 2021-01-03 22:12:00.318328590 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2293,
/**/
--
>From "know your smileys":
+<(:-) The Pope
/// 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/202101032113.103LDGhT2247078%40masaka.moolenaar.net.