comparison runtime/doc/eval.txt @ 17545:1e45331bd2ab v8.1.1770

patch 8.1.1770: cannot get the window ID of the popup preview window commit https://github.com/vim/vim/commit/56c0c4749d58e9331b212c38df46e2993d5d97c1 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 28 17:57:43 2019 +0200 patch 8.1.1770: cannot get the window ID of the popup preview window Problem: Cannot get the window ID of the popup preview window. Solution: Add popup_getpreview().
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Jul 2019 18:00:05 +0200
parents e414281d8bb4
children 2704c4e3e20a
comparison
equal deleted inserted replaced
17544:531324882cb8 17545:1e45331bd2ab
2552 popup_dialog({what}, {options}) Number create a popup window used as a dialog 2552 popup_dialog({what}, {options}) Number create a popup window used as a dialog
2553 popup_filter_menu({id}, {key}) Number filter for a menu popup window 2553 popup_filter_menu({id}, {key}) Number filter for a menu popup window
2554 popup_filter_yesno({id}, {key}) Number filter for a dialog popup window 2554 popup_filter_yesno({id}, {key}) Number filter for a dialog popup window
2555 popup_getoptions({id}) Dict get options of popup window {id} 2555 popup_getoptions({id}) Dict get options of popup window {id}
2556 popup_getpos({id}) Dict get position of popup window {id} 2556 popup_getpos({id}) Dict get position of popup window {id}
2557 popup_getpreview() Number get window ID of preview popup window
2557 popup_hide({id}) none hide popup menu {id} 2558 popup_hide({id}) none hide popup menu {id}
2558 popup_menu({what}, {options}) Number create a popup window used as a menu 2559 popup_menu({what}, {options}) Number create a popup window used as a menu
2559 popup_move({id}, {options}) none set position of popup window {id} 2560 popup_move({id}, {options}) none set position of popup window {id}
2560 popup_notification({what}, {options}) 2561 popup_notification({what}, {options})
2561 Number create a notification popup window 2562 Number create a notification popup window