comparison runtime/doc/popup.txt @ 23931:5b37a0bf7e3a

Update runtime files Commit: https://github.com/vim/vim/commit/942db23c9cb7532d68048530d749eb84ca94d0cd Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 13 18:14:48 2021 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Feb 2021 18:15:04 +0100
parents 34b4eb3a8458
children ef454a7f485d
comparison
equal deleted inserted replaced
23930:4997281ea56c 23931:5b37a0bf7e3a
1 *popup.txt* For Vim version 8.2. Last change: 2021 Jan 21 1 *popup.txt* For Vim version 8.2. Last change: 2021 Feb 06
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
618 textprop When present the popup is positioned next to a text 618 textprop When present the popup is positioned next to a text
619 property with this name and will move when the text 619 property with this name and will move when the text
620 property moves. Use an empty string to remove. See 620 property moves. Use an empty string to remove. See
621 |popup-textprop-pos|. 621 |popup-textprop-pos|.
622 textpropwin What window to search for the text property. When 622 textpropwin What window to search for the text property. When
623 omitted or invalid the current window is used. 623 omitted or invalid the current window is used. Used
624 when "textprop" is present.
624 textpropid Used to identify the text property when "textprop" is 625 textpropid Used to identify the text property when "textprop" is
625 present. Use zero to reset. 626 present. Use zero to reset.
626 fixed When FALSE (the default), and: 627 fixed When FALSE (the default), and:
627 - "pos" is "botleft" or "topleft", and 628 - "pos" is "botleft" or "topleft", and
628 - "wrap" is off, and 629 - "wrap" is off, and