Problem: tabpanel: wrong condition after v9.1.1898
Solution: Update condition (Hirohito Higashi)
related: #18678
closes: #18692
Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
{
redraw_cmdline = TRUE;
if (((start_col == 0 && end_col == Columns)
- || (start_col <= cmdline_col_off
+ || (start_col == cmdline_col_off
&& end_col == cmdline_col_off + cmdline_width))
&& c1 == ' ' && c2 == ' ' && attr == 0
#ifdef FEAT_PROP_POPUP
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1900,
/**/
1899,
/**/