]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0923: wrong MIN macro in popupmenu.c v9.1.0922
authorChristian Brabandt <cb@256bit.org>
Fri, 13 Dec 2024 11:30:20 +0000 (12:30 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 13 Dec 2024 11:30:20 +0000 (12:30 +0100)
commit618c4d36ca92a62212a37e787c202229ceff8537
tree312719d2d2a5e8d15f83123c02c2bab53dac6167
parentc942f84aadffd0c8969ecf81e3e9103722b2714f
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>
src/popupmenu.c
src/version.c