From 37fef16c225eabed28a3c7a0542d2eeef30d812b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 29 Aug 2022 18:16:32 +0100 Subject: patch 9.0.0321: cannot use the message popup window directly Problem: Cannot use the message popup window directly. Solution: Add ":echowindow". --- src/globals.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/globals.h') diff --git a/src/globals.h b/src/globals.h index 6ea3506cdf..f877af3b4e 100644 --- a/src/globals.h +++ b/src/globals.h @@ -236,6 +236,7 @@ EXTERN int uncaught_emsg; // number of times emsg() was EXTERN int did_emsg_syntax; // did_emsg set because of a // syntax error EXTERN int called_emsg; // always incremented by emsg() +EXTERN int in_echowindow; // executing ":echowindow" EXTERN int ex_exitval INIT(= 0); // exit value for ex mode EXTERN int emsg_on_display INIT(= FALSE); // there is an error message EXTERN int rc_did_emsg INIT(= FALSE); // vim_regcomp() called emsg() -- cgit v1.2.3