mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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)
3d631cb0b3
This commit is contained in:
parent
669d675ef3
commit
ac85d1f52f
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user