1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2019-07-14 16:28:13 +02:00
parent 660a10ad41
commit 0346413c24
12 changed files with 45 additions and 43 deletions

View File

@@ -1,4 +1,4 @@
*popup.txt* For Vim version 8.1. Last change: 2019 Jul 13
*popup.txt* For Vim version 8.1. Last change: 2019 Jul 14
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -362,7 +362,7 @@ popup_menu({what}, {options}) *popup_menu()*
\ drag: 1,
\ wrap: 0,
\ border: [],
\ padding: [],
\ padding: [0,1,0,1],
\ filter: 'popup_filter_menu',
\ })
< The current line is highlighted with a match using