comparison runtime/doc/popup.txt @ 18512:e855058e0c23 v8.1.2250

patch 8.1.2250: CTRL-U and CTRL-D don't work in popup window Commit: https://github.com/vim/vim/commit/30efcf3d26bd14af71cd306c4c5f9e789a7130c9 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 3 22:29:38 2019 +0100 patch 8.1.2250: CTRL-U and CTRL-D don't work in popup window Problem: CTRL-U and CTRL-D don't work in popup window. Solution: Initialize 'scroll'. Add "lastline" in popup_getpos(). (closes #5170)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Nov 2019 22:30:03 +0100
parents 6d11fc4aa683
children e5ef5d820b5b
comparison
equal deleted inserted replaced
18511:96e8a23cf3e8 18512:e855058e0c23
1 *popup.txt* For Vim version 8.1. Last change: 2019 Oct 20 1 *popup.txt* For Vim version 8.1. Last change: 2019 Nov 03
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
360 core_line screen line of the text box 360 core_line screen line of the text box
361 core_width width of the text box in screen cells 361 core_width width of the text box in screen cells
362 core_height height of the text box in screen cells 362 core_height height of the text box in screen cells
363 firstline line of the buffer at top (1 unless scrolled) 363 firstline line of the buffer at top (1 unless scrolled)
364 (not the value of the "firstline" property) 364 (not the value of the "firstline" property)
365 lastline line of the buffer at the bottom
365 scrollbar non-zero if a scrollbar is displayed 366 scrollbar non-zero if a scrollbar is displayed
366 visible one if the popup is displayed, zero if hidden 367 visible one if the popup is displayed, zero if hidden
367 Note that these are the actual screen positions. They differ 368 Note that these are the actual screen positions. They differ
368 from the values in `popup_getoptions()` for the sizing and 369 from the values in `popup_getoptions()` for the sizing and
369 positioning mechanism applied. 370 positioning mechanism applied.