Mercurial > vim
view src/proto/digraph.pro @ 3419:36160830a5e8 v7.3.475
updated for version 7.3.475
Problem: In a terminal with few colors the omnicomplete menu may be hard to
see when using the default colors.
Solution: Use more explicit colors. (suggested by Alex Henrie)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Fri, 16 Mar 2012 20:16:46 +0100 |
parents | 2b8ff9e3c520 |
children | 9e119e0ade5d |
line wrap: on
line source
/* digraph.c */ int do_digraph __ARGS((int c)); int get_digraph __ARGS((int cmdline)); int getdigraph __ARGS((int char1, int char2, int meta)); void putdigraph __ARGS((char_u *str)); void listdigraphs __ARGS((void)); char_u *keymap_init __ARGS((void)); void ex_loadkeymap __ARGS((exarg_T *eap)); /* vim: set ft=c : */