To: vim_dev@googlegroups.com Subject: Patch 8.2.2293 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- 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 ///