summaryrefslogtreecommitdiffstats
path: root/src/proto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-06-01 14:15:52 +0200
committerBram Moolenaar <Bram@vim.org>2019-06-01 14:15:52 +0200
commit815b76bff618c07226653e11f29c4d3c5640b63a (patch)
treefbe1ffe3d0c5d15914bf9e7aaee5bc007e9390ab /src/proto
parent3a97bb3f0f8bd118ae23f1c97e55d84ff42eef20 (diff)
patch 8.1.1438: some commands cause trouble in a popup windowv8.1.1438
Problem: Some commands cause trouble in a popup window. Solution: Add NOT_IN_POPUP_WINDOW.
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/popupwin.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/popupwin.pro b/src/proto/popupwin.pro
index eb9e241528..107a4273c5 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 : */