comparison runtime/doc/windows.txt @ 28379:6dd88e45d47d

Update runtime files Commit: https://github.com/vim/vim/commit/cbaff5e06ec525d31dc44093125c42029e01d508 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 8 17:45:08 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 08 Apr 2022 19:00:04 +0200
parents d19b7aee1925
children cd68a630f0d0
comparison
equal deleted inserted replaced
28378:b8d39e361293 28379:6dd88e45d47d
1 *windows.txt* For Vim version 8.2. Last change: 2022 Feb 03 1 *windows.txt* For Vim version 8.2. Last change: 2022 Apr 06
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
890 option is set to have it keep the same height when opening/closing other 890 option is set to have it keep the same height when opening/closing other
891 windows. 891 windows.
892 *preview-popup* 892 *preview-popup*
893 Alternatively, a popup window can be used by setting the 'previewpopup' 893 Alternatively, a popup window can be used by setting the 'previewpopup'
894 option. When set, it overrules the 'previewwindow' and 'previewheight' 894 option. When set, it overrules the 'previewwindow' and 'previewheight'
895 settings. The option is a comma separated list of values: 895 settings. The option is a comma-separated list of values:
896 height maximum height of the popup 896 height maximum height of the popup
897 width maximum width of the popup 897 width maximum width of the popup
898 highlight highlight group of the popup (default is Pmenu) 898 highlight highlight group of the popup (default is Pmenu)
899 Example: > 899 Example: >
900 :set previewpopup=height:10,width:60 900 :set previewpopup=height:10,width:60