view src/proto/popupmnu.pro @ 6590:f884a1140a0a v7.4.621

updated for version 7.4.621 Problem: Returning 1 in the wrong function. (Raymond Ko) Solution: Return 1 in the right function (hopefully).
author Bram Moolenaar <bram@vim.org>
date Wed, 04 Feb 2015 23:08:01 +0100
parents e63691e7c504
children 21b0a39d13ed
line wrap: on
line source

/* popupmnu.c */
void pum_display __ARGS((pumitem_T *array, int size, int selected));
void pum_redraw __ARGS((void));
void pum_undisplay __ARGS((void));
void pum_clear __ARGS((void));
int pum_visible __ARGS((void));
int pum_get_height __ARGS((void));
/* vim: set ft=c : */