comparison runtime/doc/popup.txt @ 16944:d23afa4d8b63

Update runtime files. commit https://github.com/vim/vim/commit/61da1bfa6c6b19dd670671a318ce9f9e2acc784c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 6 12:14:49 2019 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Jun 2019 12:15:07 +0200
parents 9138e2c60bf1
children 905e1b154058
comparison
equal deleted inserted replaced
16943:2f0579d6b1e5 16944:d23afa4d8b63
1 *popup.txt* For Vim version 8.1. Last change: 2019 Jun 01 1 *popup.txt* For Vim version 8.1. Last change: 2019 Jun 02
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
170 \ }) 170 \ })
171 < Use {options} to change the properties. 171 < Use {options} to change the properties.
172 172
173 173
174 popup_atcursor({text}, {options}) *popup_atcursor()* 174 popup_atcursor({text}, {options}) *popup_atcursor()*
175 {not implemented yet: close when cursor moves}
176 Show the {text} above the cursor, and close it when the cursor 175 Show the {text} above the cursor, and close it when the cursor
177 moves. This works like: > 176 moves. This works like: >
178 call popup_create({text}, { 177 call popup_create({text}, {
179 \ 'pos': 'botleft', 178 \ 'pos': 'botleft',
180 \ 'line': 'cursor-1', 179 \ 'line': 'cursor-1',