aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-09-10 19:12:29 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-12-29 18:34:03 -0500
commitac85d1f52f0d298b03f7d0e0be3f4b7ce777cae7 (patch)
tree91d34fec1bca5adedbc5734fd07c2c7b353c5ebc
parent669d675ef3f7c7ed4c8b702f53e3a77a986bc7cb (diff)
downloadrneovim-ac85d1f52f0d298b03f7d0e0be3f4b7ce777cae7.tar.gz
rneovim-ac85d1f52f0d298b03f7d0e0be3f4b7ce777cae7.tar.bz2
rneovim-ac85d1f52f0d298b03f7d0e0be3f4b7ce777cae7.zip
vim-patch:8.1.0670: macro for popup menu width is unused
Problem: Macro for popup menu width is unused. Solution: Remove it. (Hirohito Higashi) https://github.com/vim/vim/commit/3d631cb0b34b03c7bdf45ad852d3644c7cf62743
-rw-r--r--src/nvim/popupmnu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/popupmnu.c b/src/nvim/popupmnu.c
index 2ea55c0710..561cb846f1 100644
--- a/src/nvim/popupmnu.c
+++ b/src/nvim/popupmnu.c
@@ -54,7 +54,6 @@ static bool pum_invalid = false; // the screen was just cleared
# include "popupmnu.c.generated.h"
#endif
#define PUM_DEF_HEIGHT 10
-#define PUM_DEF_WIDTH 15
static void pum_compute_size(void)
{