comparison src/popupmnu.c @ 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 de63593896b3
children 6012cc6936f7
comparison
equal deleted inserted replaced
15323:5e421ec0b6ae 15324:605b9c42a8c5
39 static int pum_do_redraw = FALSE; /* do redraw anyway */ 39 static int pum_do_redraw = FALSE; /* do redraw anyway */
40 40
41 static int pum_set_selected(int n, int repeat); 41 static int pum_set_selected(int n, int repeat);
42 42
43 #define PUM_DEF_HEIGHT 10 43 #define PUM_DEF_HEIGHT 10
44 #define PUM_DEF_WIDTH 15
45 44
46 static void 45 static void
47 pum_compute_size(void) 46 pum_compute_size(void)
48 { 47 {
49 int i; 48 int i;