commit | 37fef16c225eabed28a3c7a0542d2eeef30d812b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 29 18:16:32 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 29 18:16:32 2022 +0100 |
tree | 57bebcbc858d18cb593d625d7eb659eb8f3a3c7a | |
parent | 54acb90d9e672315e3bd13f8dc71f828df97c868 [diff] [blame] |
patch 9.0.0321: cannot use the message popup window directly Problem: Cannot use the message popup window directly. Solution: Add ":echowindow".
diff --git a/src/structs.h b/src/structs.h index 490a973..b8627dd 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -2606,7 +2606,7 @@ POPPOS_BOTRIGHT, POPPOS_TOPRIGHT, POPPOS_CENTER, - POPPOS_BOTTOM, // bottom of popup at bottom of screen + POPPOS_BOTTOM, // bottom of popup just above the command line POPPOS_NONE } poppos_T;