From eae8ae1b2b4e532b125077d9838b70d966891be3 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 14 Dec 2018 18:53:02 +0100 Subject: 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!. --- src/ex_docmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ex_docmd.c') diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 99a06fc342..c738d0798c 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -12413,7 +12413,7 @@ ex_digraphs(exarg_T *eap UNUSED) if (*eap->arg != NUL) putdigraph(eap->arg); else - listdigraphs(); + listdigraphs(eap->forceit); #else EMSG(_("E196: No digraphs in this version")); #endif -- cgit v1.2.3