summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-12-14 18:53:02 +0100
committerBram Moolenaar <Bram@vim.org>2018-12-14 18:53:02 +0100
commiteae8ae1b2b4e532b125077d9838b70d966891be3 (patch)
treeeb6c5f10a8e0315d03a6a0988a56f64fe61b5651 /src/ex_cmds.h
parent56242f2b08737677812513c447955579a19aa620 (diff)
patch 8.1.0586: :digraph output is not easy to readv8.1.0586
Problem: :digraph output is not easy to read. Solution: Add highlighting for :digraphs. (Marcin Szamotulski, closes #3572) Also add section headers for :digraphs!.
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r--src/ex_cmds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h
index 335871a01b..49e7fc75d0 100644
--- a/src/ex_cmds.h
+++ b/src/ex_cmds.h
@@ -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,