]> granicus.if.org Git - vim/commitdiff
patch 8.1.0670: macro for popup menu width is unused v8.1.0670
authorBram Moolenaar <Bram@vim.org>
Mon, 31 Dec 2018 21:09:56 +0000 (22:09 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 31 Dec 2018 21:09:56 +0000 (22:09 +0100)
Problem:    Macro for popup menu width is unused.
Solution:   Remove it. (Hirohito Higashi)

src/popupmnu.c
src/version.c

index b0fe043abf799cf2d22a745c6790a0c1602112e3..6ef0af92a2653ce0e645d0a25eec730680525890 100644 (file)
@@ -41,7 +41,6 @@ static int pum_do_redraw = FALSE;     /* do redraw anyway */
 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)
index fe98bc45eac73ae6c845117d723ce37cae22fdf1..222624124cde18a31c70f12b3f3b803d62bceb9d 100644 (file)
@@ -799,6 +799,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    670,
 /**/
     669,
 /**/