mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 9.0.0321: cannot use the message popup window directly
Problem: Cannot use the message popup window directly. Solution: Add ":echowindow".
This commit is contained in:
@@ -2606,7 +2606,7 @@ typedef enum {
|
||||
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;
|
||||
|
||||
|
Reference in New Issue
Block a user