comparison src/vim.h @ 17815:9ec2526c04c5 v8.1.1904

patch 8.1.1904: cannot have an info popup align with the popup menu Commit: https://github.com/vim/vim/commit/258cef59d8c53a5b1c04937c826dc133ad5710e2 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 21 17:29:29 2019 +0200 patch 8.1.1904: cannot have an info popup align with the popup menu Problem: Cannot have an info popup align with the popup menu. Solution: Add the "align" item to 'completepopup'.
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Aug 2019 17:30:03 +0200
parents 59f8948b7590
children 7e6b7a4f13bc
comparison
equal deleted inserted replaced
17814:f15ace2530db 17815:9ec2526c04c5
621 #define POPF_ON_CMDLINE 0x10 // popup overlaps command line 621 #define POPF_ON_CMDLINE 0x10 // popup overlaps command line
622 #define POPF_DRAG 0x20 // popup can be moved by dragging 622 #define POPF_DRAG 0x20 // popup can be moved by dragging
623 #define POPF_RESIZE 0x40 // popup can be resized by dragging 623 #define POPF_RESIZE 0x40 // popup can be resized by dragging
624 #define POPF_MAPPING 0x80 // mapping keys 624 #define POPF_MAPPING 0x80 // mapping keys
625 #define POPF_INFO 0x100 // used for info of popup menu 625 #define POPF_INFO 0x100 // used for info of popup menu
626 #define POPF_INFO_MENU 0x200 // align info popup with popup menu
626 627
627 #ifdef FEAT_TEXT_PROP 628 #ifdef FEAT_TEXT_PROP
628 # define WIN_IS_POPUP(wp) ((wp)->w_popup_flags != 0) 629 # define WIN_IS_POPUP(wp) ((wp)->w_popup_flags != 0)
629 #else 630 #else
630 # define WIN_IS_POPUP(wp) 0 631 # define WIN_IS_POPUP(wp) 0