comparison runtime/doc/popup.txt @ 17383:b18fd36fdf46 v8.1.1690

patch 8.1.1690: default padding for popup window menu is too much commit https://github.com/vim/vim/commit/0346413c24b58d6d852e6767757bd76b5307afcf Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 14 16:28:13 2019 +0200 patch 8.1.1690: default padding for popup window menu is too much Problem: Default padding for popup window menu is too much. Solution: Only add padding left and right.
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Jul 2019 16:30:05 +0200
parents b9bc47742df6
children 2558f90045e5
comparison
equal deleted inserted replaced
17382:6cbd5168a56c 17383:b18fd36fdf46
1 *popup.txt* For Vim version 8.1. Last change: 2019 Jul 13 1 *popup.txt* For Vim version 8.1. Last change: 2019 Jul 14
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
360 \ pos: 'center', 360 \ pos: 'center',
361 \ zindex: 200, 361 \ zindex: 200,
362 \ drag: 1, 362 \ drag: 1,
363 \ wrap: 0, 363 \ wrap: 0,
364 \ border: [], 364 \ border: [],
365 \ padding: [], 365 \ padding: [0,1,0,1],
366 \ filter: 'popup_filter_menu', 366 \ filter: 'popup_filter_menu',
367 \ }) 367 \ })
368 < The current line is highlighted with a match using 368 < The current line is highlighted with a match using
369 "PopupSelected", or "PmenuSel" if that is not defined. 369 "PopupSelected", or "PmenuSel" if that is not defined.
370 370