Patch 8.2.3691
Problem: Build failure with small features.
Solution: Add #ifdef. (Dominique Pellé)
Files: src/gui.c
*** ../vim-8.2.3690/src/gui.c 2021-11-28 18:41:00.548752971 +0000
--- src/gui.c 2021-11-28 21:29:23.715976990 +0000
***************
*** 4413,4420 ****
--- 4413,4422 ----
}
}
+ #ifdef FEAT_TITLE
// update the title, it may show the scroll position
maketitle();
+ #endif
prev_curwin = curwin;
--hold_gui_events;
*** ../vim-8.2.3690/src/version.c 2021-11-28 20:24:12.235530795 +0000
--- src/version.c 2021-11-28 20:36:24.733730521 +0000
***************
*** 759,760 ****
--- 759,762 ----
{ /* Add new patch number below this line */
+ /**/
+ 3691,
/**/
--
A fool must search for a greater fool to find admiration.
/// 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/20211128213411.498D01C45E4%40moolenaar.net.