Mercurial > vim
view src/proto/popupmnu.pro @ 8116:3c1bdf20c8b9 v7.4.1352
commit https://github.com/vim/vim/commit/93bf558caef2d507ef6baf56eaf6025b63da1e34
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Feb 18 22:25:47 2016 +0100
patch 7.4.1352
Problem: The test script lists all functions before executing them.
Solution: Only list the function currently being executed.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 18 Feb 2016 22:30:09 +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 : */