Mercurial > vim
changeset 543:6ffdcc2546f4
updated for version 7.0154
author | vimboss |
---|---|
date | Tue, 04 Oct 2005 09:06:09 +0000 |
parents | f04e890524be |
children | 7324a821416b |
files | src/proto/popupmenu.pro |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/src/proto/popupmenu.pro @@ -0,0 +1,8 @@ +/* popupmenu.c */ +void pum_display __ARGS((char_u **array, int size, int selected, int row, int height, int col)); +void pum_redraw __ARGS((void)); +void pum_set_selected __ARGS((int n)); +void pum_undisplay __ARGS((void)); +void pum_clear __ARGS((void)); +int pum_visible __ARGS((void)); +/* vim: set ft=c : */