comparison runtime/doc/popup.txt @ 23666:96206643bd9f

Update runtime files. Commit: https://github.com/vim/vim/commit/98a29d00a48e15a50e2850e1a29b7d475c531b0c Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 18 19:55:44 2021 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Mon, 18 Jan 2021 20:00:09 +0100
parents 88a7e3bbb594
children 34b4eb3a8458
comparison
equal deleted inserted replaced
23665:f22b9e522fb3 23666:96206643bd9f
586 dictionary with a "col" entry, see below: 586 dictionary with a "col" entry, see below:
587 |popup-props|. 587 |popup-props|.
588 588
589 If you want to create a new buffer yourself use |bufadd()| and pass the buffer 589 If you want to create a new buffer yourself use |bufadd()| and pass the buffer
590 number to popup_create(). 590 number to popup_create().
591 It is not possible to use the buffer of a terminal window. *E278* You CAN
592 create a hidden terminal buffer and use that one in a popup window.
593 591
594 The second argument of |popup_create()| is a dictionary with options: 592 The second argument of |popup_create()| is a dictionary with options:
595 line Screen line where to position the popup. Can use a 593 line Screen line where to position the popup. Can use a
596 number or "cursor", "cursor+1" or "cursor-1" to use 594 number or "cursor", "cursor+1" or "cursor-1" to use
597 the line of the cursor and add or subtract a number of 595 the line of the cursor and add or subtract a number of