diff options
Diffstat (limited to 'src/proto/popupwin.pro')
-rw-r--r-- | src/proto/popupwin.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/popupwin.pro b/src/proto/popupwin.pro index eb9e24152..107a4273c 100644 --- a/src/proto/popupwin.pro +++ b/src/proto/popupwin.pro @@ -13,4 +13,5 @@ void ex_popupclear(exarg_T *eap); void f_popup_move(typval_T *argvars, typval_T *rettv); void f_popup_getpos(typval_T *argvars, typval_T *rettv); void f_popup_getoptions(typval_T *argvars, typval_T *rettv); +int not_in_popup_window(void); /* vim: set ft=c : */ |