comparison src/version.c @ 30606:c5356021a938 v9.0.0638

patch 9.0.0638: popup menu highlight wrong on top of preview popup Commit: https://github.com/vim/vim/commit/393f8d61f55cb6127a100e812ba4d66097a32d2e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 2 14:28:30 2022 +0100 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().
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 Oct 2022 15:30:07 +0200
parents 9d7914012b82
children c3398c601bfa
comparison
equal deleted inserted replaced
30605:157961d500ff 30606:c5356021a938
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 638,
702 /**/ 704 /**/
703 637, 705 637,
704 /**/ 706 /**/
705 636, 707 636,
706 /**/ 708 /**/