0
0
mirror of https://github.com/vim/vim.git synced 2025-11-13 22:54:27 -05:00

patch 9.1.1900: tabpanel: wrong condition after v9.1.1898

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>
This commit is contained in:
Hirohito Higashi
2025-11-08 17:20:55 +00:00
committed by Christian Brabandt
parent 185cec2b09
commit 47c30bb03a
2 changed files with 3 additions and 1 deletions

View File

@@ -2328,7 +2328,7 @@ screen_fill(
{
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

View File

@@ -729,6 +729,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1900,
/**/
1899,
/**/