mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.2.2689: tiny build fails
Problem: Tiny build fails. Solution: Add #ifdef around use of p_stl.
This commit is contained in:
@@ -1707,6 +1707,7 @@ getcmdline_int(
|
||||
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,6 +1715,7 @@ getcmdline_int(
|
||||
curwin->w_redr_status = TRUE;
|
||||
redraw_statuslines();
|
||||
}
|
||||
#endif
|
||||
|
||||
did_emsg = FALSE;
|
||||
got_int = FALSE;
|
||||
|
Reference in New Issue
Block a user