comparison src/proto/digraph.pro @ 13359:81c348d40312 v8.0.1553

patch 8.0.1553: cannot see what digraph is used to insert a character commit https://github.com/vim/vim/commit/5f73ef8d20070cd45c9aea4dc33c2e0657f5515c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 27 21:09:30 2018 +0100 patch 8.0.1553: cannot see what digraph is used to insert a character Problem: Cannot see what digraph is used to insert a character. Solution: Show the digraph with the "ga" command. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Tue, 27 Feb 2018 21:15:06 +0100
parents 3321582cae78
children 3e9b24eac417
comparison
equal deleted inserted replaced
13358:0a3d1708d414 13359:81c348d40312
1 /* digraph.c */ 1 /* digraph.c */
2 int do_digraph(int c); 2 int do_digraph(int c);
3 char_u *get_digraph_for_char(int val);
3 int get_digraph(int cmdline); 4 int get_digraph(int cmdline);
4 int getdigraph(int char1, int char2, int meta_char); 5 int getdigraph(int char1, int char2, int meta_char);
5 void putdigraph(char_u *str); 6 void putdigraph(char_u *str);
6 void listdigraphs(void); 7 void listdigraphs(void);
7 char_u *keymap_init(void); 8 char_u *keymap_init(void);