Mercurial > vim
view src/proto/popupmnu.pro @ 8763:4b83af41f5db v7.4.1670
commit https://github.com/vim/vim/commit/a32095fc8fdf5fe3d487c86d9cc54adb1236731e
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Mar 28 19:27:13 2016 +0200
patch 7.4.1670
Problem: Completion doesn't work well for a variable containing "#".
Solution: Recognize the "#". (Watiko)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 28 Mar 2016 19:30:06 +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 : */