commit | 393f8d61f55cb6127a100e812ba4d66097a32d2e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 02 14:28:30 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 02 14:28:30 2022 +0100 |
tree | 979245f3f96e888e53c6db6b09a8a0f7c68ea749 | |
parent | eda29c971c0592d85c5856da7708f3edfdc54cfa [diff] [blame] |
patch 9.0.0638: popup menu highlight wrong on top of preview popup Problem: Popup menu highlight wrong on top of preview popup. (Yegappan Lakshmanan) Solution: Also check for the popup menu in screen_line().
diff --git a/src/version.c b/src/version.c index 7c8be05..dd80828 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 638, +/**/ 637, /**/ 636,