comparison src/proto/digraph.pro @ 15152:1ef429366fd4 v8.1.0586

patch 8.1.0586: :digraph output is not easy to read commit https://github.com/vim/vim/commit/eae8ae1b2b4e532b125077d9838b70d966891be3 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 14 18:53:02 2018 +0100 patch 8.1.0586: :digraph output is not easy to read Problem: :digraph output is not easy to read. Solution: Add highlighting for :digraphs. (Marcin Szamotulski, closes https://github.com/vim/vim/issues/3572) Also add section headers for :digraphs!.
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Dec 2018 19:00:05 +0100
parents 3e9b24eac417
children 55ccc2d353bd
comparison
equal deleted inserted replaced
15151:2721834e8539 15152:1ef429366fd4
2 int do_digraph(int c); 2 int do_digraph(int c);
3 char_u *get_digraph_for_char(int val_arg); 3 char_u *get_digraph_for_char(int val_arg);
4 int get_digraph(int cmdline); 4 int get_digraph(int cmdline);
5 int getdigraph(int char1, int char2, int meta_char); 5 int getdigraph(int char1, int char2, int meta_char);
6 void putdigraph(char_u *str); 6 void putdigraph(char_u *str);
7 void listdigraphs(void); 7 void listdigraphs(int use_headers);
8 char_u *keymap_init(void); 8 char_u *keymap_init(void);
9 void ex_loadkeymap(exarg_T *eap); 9 void ex_loadkeymap(exarg_T *eap);
10 void keymap_clear(garray_T *kmap); 10 void keymap_clear(garray_T *kmap);
11 /* vim: set ft=c : */ 11 /* vim: set ft=c : */