Mercurial > vim
view src/proto/popupmnu.pro @ 8343:78e751a59cc8
Added tag v7.4.1463 for changeset 446558924b661f5776cfc71e5f683e60a8d95e78
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 29 Feb 2016 21:45:05 +0100 |
parents | 21b0a39d13ed |
children | ebb4f6c93598 |
line wrap: on
line source
/* popupmnu.c */ void pum_display(pumitem_T *array, int size, int selected); void pum_redraw(void); void pum_undisplay(void); void pum_clear(void); int pum_visible(void); int pum_get_height(void); /* vim: set ft=c : */