Home
last modified time | relevance | path

Searched refs:POPF_IS_POPUP (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dvim.h637 #define POPF_IS_POPUP 0x01 // this is a popup window macro
H A Dpopupwin.c1925 wp->w_popup_flags = POPF_IS_POPUP | POPF_MAPPING | POPF_POSINVERT; in popup_create()