comparison runtime/doc/popup.txt @ 18456:6d11fc4aa683

Update runtime files Commit: https://github.com/vim/vim/commit/96f45c0b6fc9e9d404e6805593ed1e0e6795e470 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 26 19:53:45 2019 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Oct 2019 20:00:04 +0200
parents 21c25bee9df8
children e855058e0c23
comparison
equal deleted inserted replaced
18455:3c98dfd2380c 18456:6d11fc4aa683
1 *popup.txt* For Vim version 8.1. Last change: 2019 Sep 25 1 *popup.txt* For Vim version 8.1. Last change: 2019 Oct 20
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
303 303
304 popup_findinfo() *popup_findinfo()* 304 popup_findinfo() *popup_findinfo()*
305 Get the |window-ID| for the popup info window, as it used by 305 Get the |window-ID| for the popup info window, as it used by
306 the popup menu. See |complete-popup|. The info popup is 306 the popup menu. See |complete-popup|. The info popup is
307 hidden when not used, it can be deleted with |popup_clear()| 307 hidden when not used, it can be deleted with |popup_clear()|
308 and |popup_close()|. 308 and |popup_close()|. Use |popup_show()| to reposition it to
309 Return zero if there is none. 309 the item in the popup menu.
310 Returns zero if there is none.
310 311
311 312
312 popup_findpreview() *popup_findpreview()* 313 popup_findpreview() *popup_findpreview()*
313 Get the |window-ID| for the popup preview window. 314 Get the |window-ID| for the popup preview window.
314 Return zero if there is none. 315 Return zero if there is none.
315
316 316
317 317
318 popup_getoptions({id}) *popup_getoptions()* 318 popup_getoptions({id}) *popup_getoptions()*
319 Return the {options} for popup {id} in a Dict. 319 Return the {options} for popup {id} in a Dict.
320 A zero value means the option was not set. For "zindex" the 320 A zero value means the option was not set. For "zindex" the