Patch 8.2.2689
Problem: Tiny build fails.
Solution: Add #ifdef around use of p_stl.
Files: src/ex_getln.c
*** ../vim-8.2.2688/src/ex_getln.c 2021-04-01 18:46:49.850092775 +0200
--- src/ex_getln.c 2021-04-01 21:55:13.350846149 +0200
***************
*** 1707,1712 ****
--- 1707,1713 ----
if (did_emsg)
redrawcmd();
+ #ifdef FEAT_STL_OPT
// Redraw the statusline in case it uses the current mode using the mode()
// function.
if (!cmd_silent && msg_scrolled == 0 && *p_stl != NUL)
***************
*** 1714,1719 ****
--- 1715,1721 ----
curwin->w_redr_status = TRUE;
redraw_statuslines();
}
+ #endif
did_emsg = FALSE;
got_int = FALSE;
*** ../vim-8.2.2688/src/version.c 2021-04-01 21:38:46.753298941 +0200
--- src/version.c 2021-04-01 21:56:01.058731075 +0200
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2689,
/**/
--
Don't read everything you believe.
/// 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 ///