changeset 15324:605b9c42a8c5 v8.1.0670

patch 8.1.0670: macro for popup menu width is unused commit https://github.com/vim/vim/commit/3d631cb0b34b03c7bdf45ad852d3644c7cf62743 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 31 22:09:56 2018 +0100 patch 8.1.0670: macro for popup menu width is unused Problem: Macro for popup menu width is unused. Solution: Remove it. (Hirohito Higashi)
author Bram Moolenaar <Bram@vim.org>
date Mon, 31 Dec 2018 22:15:06 +0100
parents 5e421ec0b6ae
children 95f2bbb27172
files src/popupmnu.c src/version.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/popupmnu.c
+++ b/src/popupmnu.c
@@ -41,7 +41,6 @@ static int pum_do_redraw = FALSE;	/* do 
 static int pum_set_selected(int n, int repeat);
 
 #define PUM_DEF_HEIGHT 10
-#define PUM_DEF_WIDTH  15
 
     static void
 pum_compute_size(void)
--- a/src/version.c
+++ b/src/version.c
@@ -800,6 +800,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    670,
+/**/
     669,
 /**/
     668,