0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.2.4561: build failure with some combination of features

Problem:    Build failure with some combination of features. (John Marriott)
Solution:   Adjust #ifdef.
This commit is contained in:
Bram Moolenaar
2022-03-13 19:08:48 +00:00
parent 5f823d1e73
commit 424da7aa48
2 changed files with 3 additions and 1 deletions

View File

@@ -3031,7 +3031,7 @@ mouse_find_win(int *rowp, int *colp, mouse_find_T popup UNUSED)
} }
#if defined(NEED_VCOL2COL) || defined(FEAT_BEVAL) || defined(FEAT_PROP_POPUP) \ #if defined(NEED_VCOL2COL) || defined(FEAT_BEVAL) || defined(FEAT_PROP_POPUP) \
|| defined(PROTO) || defined(FEAT_EVAL) || defined(PROTO)
/* /*
* Convert a virtual (screen) column to a character column. * Convert a virtual (screen) column to a character column.
* The first column is one. * The first column is one.

View File

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