comparison runtime/doc/usr_41.txt @ 30697:d914a3812d5b v9.0.0683

patch 9.0.0683: cannot specify a time for :echowindow Commit: https://github.com/vim/vim/commit/bdc09a18fca32715687d9911a431da69186528cc Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 7 14:31:45 2022 +0100 patch 9.0.0683: cannot specify a time for :echowindow Problem: Cannot specify a time for :echowindow. Solution: A count can be used to specify the display time. Add popup_findecho().
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Oct 2022 15:45:06 +0200
parents aad84f731ef9
children 3295247d97a5
comparison
equal deleted inserted replaced
30696:e42362178734 30697:d914a3812d5b
1287 popup_clear() close all popups 1287 popup_clear() close all popups
1288 popup_filter_menu() select from a list of items 1288 popup_filter_menu() select from a list of items
1289 popup_filter_yesno() block until 'y' or 'n' is pressed 1289 popup_filter_yesno() block until 'y' or 'n' is pressed
1290 popup_getoptions() get current options for a popup 1290 popup_getoptions() get current options for a popup
1291 popup_getpos() get actual position and size of a popup 1291 popup_getpos() get actual position and size of a popup
1292 popup_findecho() get window ID for popup used for `:echowindow`
1292 popup_findinfo() get window ID for popup info window 1293 popup_findinfo() get window ID for popup info window
1293 popup_findpreview() get window ID for popup preview window 1294 popup_findpreview() get window ID for popup preview window
1294 popup_list() get list of all popup window IDs 1295 popup_list() get list of all popup window IDs
1295 popup_locate() get popup window ID from its screen position 1296 popup_locate() get popup window ID from its screen position
1296 1297