comparison runtime/doc/popup.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 ca8e754bdd53
children 2704c4e3e20a
comparison
equal deleted inserted replaced
17544:531324882cb8 17545:1e45331bd2ab
1 *popup.txt* For Vim version 8.1. Last change: 2019 Jul 18 1 *popup.txt* For Vim version 8.1. Last change: 2019 Jul 28
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
332 positioning mechanism applied. 332 positioning mechanism applied.
333 333
334 The "core_" values exclude the padding and border. 334 The "core_" values exclude the padding and border.
335 335
336 If popup window {id} is not found an empty Dict is returned. 336 If popup window {id} is not found an empty Dict is returned.
337
338 popup_getpreview() *popup_getpreview()*
339 Get the |window-ID| for the popup preview window.
340 Return zero if there is none.
337 341
338 342
339 popup_hide({id}) *popup_hide()* 343 popup_hide({id}) *popup_hide()*
340 If {id} is a displayed popup, hide it now. If the popup has a 344 If {id} is a displayed popup, hide it now. If the popup has a
341 filter it will not be invoked for so long as the popup is 345 filter it will not be invoked for so long as the popup is