commit | 0346413c24b58d6d852e6767757bd76b5307afcf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 14 16:28:13 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 14 16:28:13 2019 +0200 |
tree | 6e40608cea2c748855fa8a1745a0394a1adb365e | |
parent | 660a10ad41c14363326f83451c3c425201923119 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 19c04a5..0c56f7d 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1690, +/**/ 1689, /**/ 1688,