forked from aniani/vim
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)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/* digraph.c */
|
||||
int do_digraph(int c);
|
||||
char_u *get_digraph_for_char(int val);
|
||||
int get_digraph(int cmdline);
|
||||
int getdigraph(int char1, int char2, int meta_char);
|
||||
void putdigraph(char_u *str);
|
||||
|
||||
Reference in New Issue
Block a user