vim-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 vim/vim#3572)
            Also add section headers for :digraphs!.
eae8ae1b2b
This commit is contained in:
Jan Edmund Lazo
2019-10-06 08:03:47 -04:00
parent b007e5d882
commit d1abd6513e
5 changed files with 170 additions and 85 deletions

View File

@@ -758,7 +758,7 @@ return {
},
{
command='digraphs',
flags=bit.bor(EXTRA, TRLBAR, CMDWIN),
flags=bit.bor(BANG, EXTRA, TRLBAR, CMDWIN),
addr_type=ADDR_LINES,
func='ex_digraphs',
},