Mercurial > vim
view src/proto/digraph.pro @ 6303:7844d92941fd v7.4.485
updated for version 7.4.485
Problem: Abbreviations don't work. (Toothpik)
Solution: Move the length computation inside the for loop. Compare against
the unescaped key.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Tue, 21 Oct 2014 19:35:31 +0200 |
parents | 9e119e0ade5d |
children | 21b0a39d13ed |
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_char)); 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 : */