comparison runtime/doc/windows.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 ce35cdbe9f74
children 2704c4e3e20a
comparison
equal deleted inserted replaced
17432:d13620591637 17433:ca8e754bdd53
1 *windows.txt* For Vim version 8.1. Last change: 2019 Jun 02 1 *windows.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
867 *preview-popup* 867 *preview-popup*
868 Alternatively, a popup window can be used by setting the 'previewpopup' 868 Alternatively, a popup window can be used by setting the 'previewpopup'
869 option. When set, it overrules the 'previewwindow' and 'previewheight' 869 option. When set, it overrules the 'previewwindow' and 'previewheight'
870 settings. The option is a comma separated list of values: 870 settings. The option is a comma separated list of values:
871 height maximum height of the popup 871 height maximum height of the popup
872 width maximu width of the popup 872 width maximum width of the popup
873 Example: > 873 Example: >
874 :set previewpopup=height:10,width:60 874 :set previewpopup=height:10,width:60
875 < 875 <
876 *:pta* *:ptag* 876 *:pta* *:ptag*
877 :pta[g][!] [tagname] 877 :pta[g][!] [tagname]