Mercurial > vim
view src/proto/popupmnu.pro @ 8681:b7eb7dd4369e
Added tag v7.4.1629 for changeset 131e651fb3470927ded1585e8b48b67ea74ac757
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 21 Mar 2016 22:15:08 +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 : */