comparison runtime/doc/popup.txt @ 17433:ca8e754bdd53

Update runtime files commit https://github.com/vim/vim/commit/85850f3a5ef9f5a9d22e908ef263de8faa265a95 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 19 22:05:51 2019 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Jul 2019 22:15:08 +0200
parents 6e756ad5ef1a
children 1e45331bd2ab
comparison
equal deleted inserted replaced
17432:d13620591637 17433:ca8e754bdd53
1 *popup.txt* For Vim version 8.1. Last change: 2019 Jul 14 1 *popup.txt* For Vim version 8.1. Last change: 2019 Jul 18
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
700 700
701 If the text does not fit in the popup a scrollbar is displayed on the right of 701 If the text does not fit in the popup a scrollbar is displayed on the right of
702 the window. This can be disabled by setting the "scrollbar" option to zero. 702 the window. This can be disabled by setting the "scrollbar" option to zero.
703 When the scrollbar is displayed mouse scroll events, while the mouse pointer 703 When the scrollbar is displayed mouse scroll events, while the mouse pointer
704 is on the popup, will cause the text to scroll up or down as you would expect. 704 is on the popup, will cause the text to scroll up or down as you would expect.
705 A click in the upper half of the scrollbar will scroll the text one line 705 A click in the upper half of the scrollbar will scroll the text down one line.
706 down. A click in the lower half wil scroll the text one line up. However, 706 A click in the lower half will scroll the text up one line. However, this is
707 this is limited so that the popup does not get smaller. 707 limited so that the popup does not get smaller.
708 708
709 709
710 POPUP MASK *popup-mask* 710 POPUP MASK *popup-mask*
711 711
712 To minimize the text that the popup covers, parts of it can be made 712 To minimize the text that the popup covers, parts of it can be made