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:
@@ -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.
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user