forked from aniani/vim
patch 9.1.0923: wrong MIN macro in popupmenu.c
Problem: wrong MIN macro in popupmenu.c (after v9.1.0921) (zeertzjq) Solution: change it to MAX() Co-authored-by: glepnir <glephunter@gmail.com> Signed-off-by: glepnir <glephunter@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
922,
|
||||
/**/
|
||||
921,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user