]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1789: too early declaration of variable in pum_set_selected() v9.0.1789
authormathew <glephunter@gmail.com>
Sat, 26 Aug 2023 16:11:02 +0000 (18:11 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 26 Aug 2023 16:11:31 +0000 (18:11 +0200)
commit20f61d96f8f36e7c0994f49b43d0eb78f5274cca
tree20766dd3b83233aa64b9f8c9d3c4eff5c03ec01d
parent4c215ecdafbc9a32bca885abc3272be741047291
patch 9.0.1789: too early declaration of variable in pum_set_selected()

Problem:  too early declaration of variable in pum_set_selected()
Solution: Move declaration to where it is actually used

closes: #12915

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: mathew <glephunter@gmail.com>
src/popupmenu.c
src/version.c