]> granicus.if.org Git - vim/commit
patch 9.0.0639: checking for popup in screen_char() is too late v9.0.0639
authorBram Moolenaar <Bram@vim.org>
Sun, 2 Oct 2022 14:21:04 +0000 (15:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 2 Oct 2022 14:21:04 +0000 (15:21 +0100)
commitff85d4a1076dc7d6fc3102f6560df3ad1af696ae
tree6b88b03c4ada7894cfdaf11e2e1e0da87b254b28
parent393f8d61f55cb6127a100e812ba4d66097a32d2e
patch 9.0.0639: checking for popup in screen_char() is too late

Problem:    Checking for popup in screen_char() is too late, the attribute has
            already been changed.
Solution:   Move check for popup to where screen_char() is called.
src/screen.c
src/version.c