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 -- [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/202104011958.131JwLgW2040599%40masaka.moolenaar.net.