Hi Bram and list,
Please check an attached patch.
--
Best regards,
Hirohito Higashi (h_east)
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
diff --git a/src/popupmnu.c b/src/popupmnu.c
index b0fe043ab..6ef0af92a 100644
--- a/src/popupmnu.c
+++ b/src/popupmnu.c
@@ -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)