mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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 #3572) Also add section headers for :digraphs!.
This commit is contained in:
@@ -456,7 +456,7 @@ EX(CMD_diffthis, "diffthis", ex_diffthis,
|
||||
TRLBAR,
|
||||
ADDR_LINES),
|
||||
EX(CMD_digraphs, "digraphs", ex_digraphs,
|
||||
EXTRA|TRLBAR|CMDWIN,
|
||||
BANG|EXTRA|TRLBAR|CMDWIN,
|
||||
ADDR_LINES),
|
||||
EX(CMD_djump, "djump", ex_findpat,
|
||||
BANG|RANGE|DFLALL|WHOLEFOLD|EXTRA,
|
||||
|
Reference in New Issue
Block a user