comparison runtime/doc/popup.txt @ 16800:12e3a3afdb6a v8.1.1402

patch 8.1.1402: "timer" option of popup windows not supported commit https://github.com/vim/vim/commit/51fe3b14f63da2b985bcd7b4c50fbe34ae84ea48 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 26 20:10:06 2019 +0200 patch 8.1.1402: "timer" option of popup windows not supported Problem: "timer" option of popup windows not supported. Solution: Implement the "timer" option. (Yasuhiro Matsumoto, closes https://github.com/vim/vim/issues/4439)
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 May 2019 20:15:05 +0200
parents eda4d65f232c
children 306766ed0f70
comparison
equal deleted inserted replaced
16799:3c72f9c278b5 16800:12e3a3afdb6a
140 \ 'col': 10, 140 \ 'col': 10,
141 \ 'time': 3000, 141 \ 'time': 3000,
142 \ 'tab': -1, 142 \ 'tab': -1,
143 \ 'zindex': 200, 143 \ 'zindex': 200,
144 \ 'highlight': 'WarningMsg', 144 \ 'highlight': 'WarningMsg',
145 \ 'border: [], 145 \ 'border': [],
146 \ }) 146 \ })
147 < Use {options} to change the properties. 147 < Use {options} to change the properties.
148 148
149 149
150 popup_atcursor({text}, {options}) *popup_atcursor()* 150 popup_atcursor({text}, {options}) *popup_atcursor()*
337 list can be used to show a double line all around 337 list can be used to show a double line all around
338 {not implemented yet} 338 {not implemented yet}
339 zindex priority for the popup, default 50 339 zindex priority for the popup, default 50
340 time time in milliseconds after which the popup will close; 340 time time in milliseconds after which the popup will close;
341 when omitted |popup_close()| must be used. 341 when omitted |popup_close()| must be used.
342 {not implemented yet}
343 moved "cell": close the popup if the cursor moved at least 342 moved "cell": close the popup if the cursor moved at least
344 one screen cell; "word" allows for moving within 343 one screen cell; "word" allows for moving within
345 |<cword>|, "WORD" allows for moving within |<cWORD>|, 344 |<cword>|, "WORD" allows for moving within |<cWORD>|,
346 a list with two numbers specifies the start and end 345 a list with two numbers specifies the start and end
347 column 346 column