comparison runtime/doc/popup.txt @ 21676:1b345fb68ae3

Update runtime files. Commit: https://github.com/vim/vim/commit/e7b1ea0276cc83cd5c612f3189a174a60d57b5ed Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 7 19:54:59 2020 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Aug 2020 20:00:05 +0200
parents 74e3316c1d5a
children 75ff30a78189
comparison
equal deleted inserted replaced
21675:49ed426f3fb5 21676:1b345fb68ae3
1 *popup.txt* For Vim version 8.2. Last change: 2020 May 18 1 *popup.txt* For Vim version 8.2. Last change: 2020 Jul 27
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
72 The height of the window is normally equal to the number of, possibly 72 The height of the window is normally equal to the number of, possibly
73 wrapping, lines in the buffer. It can be limited with the "maxheight" 73 wrapping, lines in the buffer. It can be limited with the "maxheight"
74 property. You can use empty lines to increase the height or the "minheight" 74 property. You can use empty lines to increase the height or the "minheight"
75 property. 75 property.
76 76
77 The width of the window is normally equal to the longest line in the buffer. 77 The width of the window is normally equal to the longest visible line in the
78 It can be limited with the "maxwidth" property. You can use spaces to 78 buffer. It can be limited with the "maxwidth" property. You can use spaces
79 increase the width or use the "minwidth" property. 79 to increase the width or use the "minwidth" property.
80 80
81 By default the 'wrap' option is set, so that no text disappears. Otherwise, 81 By default the 'wrap' option is set, so that no text disappears. Otherwise,
82 if there is not enough space then the window is shifted left in order to 82 if there is not enough space then the window is shifted left in order to
83 display more text. When right-aligned the window is shifted right to display 83 display more text. When right-aligned the window is shifted right to display
84 more text. The shifting can be disabled with the "fixed" property. 84 more text. The shifting can be disabled with the "fixed" property.