annotate src/proto/digraph.pro @ 6773:eb4b705a5d6a
v7.4.708
patch 7.4.708
Problem: gettext() is called too often.
Solution: Do not call gettext() for messages until they are actually used.
(idea by Yasuhiro Matsumoto)
author |
Bram Moolenaar <bram@vim.org> |
date |
Tue, 21 Apr 2015 16:49:05 +0200 |
parents |
9e119e0ade5d |
children |
21b0a39d13ed |
rev |
line source |
7
|
1 /* digraph.c */
|
1118
|
2 int do_digraph __ARGS((int c));
|
|
3 int get_digraph __ARGS((int cmdline));
|
3929
|
4 int getdigraph __ARGS((int char1, int char2, int meta_char));
|
1118
|
5 void putdigraph __ARGS((char_u *str));
|
|
6 void listdigraphs __ARGS((void));
|
|
7 char_u *keymap_init __ARGS((void));
|
|
8 void ex_loadkeymap __ARGS((exarg_T *eap));
|
7
|
9 /* vim: set ft=c : */
|