Mercurial > vim
view src/proto/popupmnu.pro @ 12268:70e04b97b0f3
Added tag v8.0.1013 for changeset e3bde71afff0e3693fb93b1c2d0a93ad9ee1225a
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 29 Aug 2017 23:00:04 +0200 |
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 : */