diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-10-07 14:31:45 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-10-07 14:31:45 +0100 |
commit | bdc09a18fca32715687d9911a431da69186528cc (patch) | |
tree | 9d27853365bffdc04e51cfe7fc6cb75dafc8a0b0 /runtime/doc/usr_41.txt | |
parent | cf3d0eaf47a56a52b355d8faf4e59685396f9c05 (diff) | |
download | vim-git-bdc09a18fca32715687d9911a431da69186528cc.tar.gz |
patch 9.0.0683: cannot specify a time for :echowindowv9.0.0683
Problem: Cannot specify a time for :echowindow.
Solution: A count can be used to specify the display time. Add
popup_findecho().
Diffstat (limited to 'runtime/doc/usr_41.txt')
-rw-r--r-- | runtime/doc/usr_41.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt index e2d5cfe68..97e1d5ce9 100644 --- a/runtime/doc/usr_41.txt +++ b/runtime/doc/usr_41.txt @@ -1289,6 +1289,7 @@ Popup window: *popup-window-functions* popup_filter_yesno() block until 'y' or 'n' is pressed popup_getoptions() get current options for a popup popup_getpos() get actual position and size of a popup + popup_findecho() get window ID for popup used for `:echowindow` popup_findinfo() get window ID for popup info window popup_findpreview() get window ID for popup preview window popup_list() get list of all popup window IDs |