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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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/20220128150438.C5ADA1C1908%40moolenaar.net.