comparison runtime/doc/insert.txt @ 18053:8ac85adee561

Update runtime files Commit: https://github.com/vim/vim/commit/8fe1000e9c3438d0ff36cf2340f0f0e48f8fb89f Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 11 22:56:44 2019 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Sep 2019 23:00:05 +0200
parents cc953757ed2a
children 03b854983b14
comparison
equal deleted inserted replaced
18052:5023a656f85e 18053:8ac85adee561
1 *insert.txt* For Vim version 8.1. Last change: 2019 Aug 21 1 *insert.txt* For Vim version 8.1. Last change: 2019 Sep 08
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1122 Then the 'completepopup' option specifies the properties of the popup. This 1122 Then the 'completepopup' option specifies the properties of the popup. This
1123 is used when the info popup is created. The option is a comma separated list 1123 is used when the info popup is created. The option is a comma separated list
1124 of values: 1124 of values:
1125 height maximum height of the popup 1125 height maximum height of the popup
1126 width maximum width of the popup 1126 width maximum width of the popup
1127 highlight highlight group of the popup (default is Pmenu) 1127 highlight highlight group of the popup (default is PmenuSel)
1128 align "item" (default) or "menu" 1128 align "item" (default) or "menu"
1129 border "on" (default) or "off" 1129 border "on" (default) or "off"
1130 Example: > 1130 Example: >
1131 :set completepopup=height:10,width:60,highlight:InfoPopup 1131 :set completepopup=height:10,width:60,highlight:InfoPopup
1132 1132