Patch 8.2.4239

7 views
Skip to first unread message

Bram Moolenaar

unread,
Jan 28, 2022, 10:04:43 AM1/28/22
to vim...@googlegroups.com

Patch 8.2.4239
Problem: Build fails with unusual configuration.
Solution: Adjust #ifdef. (closes #9651)
Files: src/testing.c


*** ../vim-8.2.4238/src/testing.c 2022-01-27 19:58:21.858975599 +0000
--- src/testing.c 2022-01-28 14:39:33.586011494 +0000
***************
*** 1345,1351 ****
void
f_test_gui_tabline_event(typval_T *argvars UNUSED, typval_T *rettv UNUSED)
{
! # ifdef FEAT_GUI
int tabnr;

if (check_for_number_arg(argvars, 0) == FAIL)
--- 1345,1351 ----
void
f_test_gui_tabline_event(typval_T *argvars UNUSED, typval_T *rettv UNUSED)
{
! # ifdef FEAT_GUI_TABLINE
int tabnr;

if (check_for_number_arg(argvars, 0) == FAIL)
***************
*** 1361,1367 ****
void
f_test_gui_tabmenu_event(typval_T *argvars UNUSED, typval_T *rettv UNUSED)
{
! # ifdef FEAT_GUI
int tabnr;
int event;

--- 1361,1367 ----
void
f_test_gui_tabmenu_event(typval_T *argvars UNUSED, typval_T *rettv UNUSED)
{
! # ifdef FEAT_GUI_TABLINE
int tabnr;
int event;

*** ../vim-8.2.4238/src/version.c 2022-01-28 14:15:06.440853078 +0000
--- src/version.c 2022-01-28 14:39:12.666363862 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4239,
/**/

--
The problem with political jokes is that they get elected.

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages