comparison src/vim.h @ 17767:c75da1064e33 v8.1.1880

patch 8.1.1880: cannot show extra info for completion in a popup window commit https://github.com/vim/vim/commit/576a4a6ff14da876d7c4418e5f27e926fcfa8d2a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 18 15:25:17 2019 +0200 patch 8.1.1880: cannot show extra info for completion in a popup window Problem: Cannot show extra info for completion in a popup window. Solution: Add the "popup" entry in 'completeopt'.
author Bram Moolenaar <Bram@vim.org>
date Sun, 18 Aug 2019 15:30:06 +0200
parents 1726c2db81bf
children 59f8948b7590
comparison
equal deleted inserted replaced
17766:be00d5dad3f5 17767:c75da1064e33
620 #define POPF_CURSORLINE 0x08 // popup is highlighting at the cursorline 620 #define POPF_CURSORLINE 0x08 // popup is highlighting at the cursorline
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 626
626 #ifdef FEAT_TEXT_PROP 627 #ifdef FEAT_TEXT_PROP
627 # define WIN_IS_POPUP(wp) ((wp)->w_popup_flags != 0) 628 # define WIN_IS_POPUP(wp) ((wp)->w_popup_flags != 0)
628 #else 629 #else
629 # define WIN_IS_POPUP(wp) 0 630 # define WIN_IS_POPUP(wp) 0