Mercurial > vim
view src/proto/popupmnu.pro @ 6880:bcc0909b379e v7.4.760
patch 7.4.760
Problem: Spelling mistakes are not displayed after ":syn spell".
Solution: Force a redraw after ":syn spell" command. (Christian Brabandt)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Thu, 25 Jun 2015 18:36:26 +0200 |
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 : */