Mercurial > vim
view src/proto/popupmnu.pro @ 5351:923738744a60 v7.4.028
updated for version 7.4.028
Problem: Equivalence classes are not working for multi-byte characters.
Solution: Copy the rules from the old to the new regexp engine. Add a test
to check both engines.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Thu, 19 Sep 2013 17:00:20 +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 : */