diff 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
line wrap: on
line diff
--- a/runtime/doc/popup.txt
+++ b/runtime/doc/popup.txt
@@ -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
 				\ drag: 1,
 				\ wrap: 0,
 				\ border: [],
-				\ padding: [],
+				\ padding: [0,1,0,1],
 				\ filter: 'popup_filter_menu',
 				\ })
 <		The current line is highlighted with a match using