From 2deb2c0294ebc27da6b2996b807176eceeb92cd4 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 28 May 2018 13:17:02 +0200 Subject: [PATCH] Fix typos in add-highlighter range help --- src/highlighters.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/highlighters.cc b/src/highlighters.cc index 71cfcbaef..148b15b5b 100644 --- a/src/highlighters.cc +++ b/src/highlighters.cc @@ -2116,7 +2116,7 @@ void register_highlighters() "The region starts at match, end at match that does not\n" "close a match. In between region is the .\n" "Highlighting a region is done by adding highlighters into the different subgroups.\n" - "If -match-capture is specified, then regions end/recurse matches are must have the same \1\n" + "If -match-capture is specified, then regions end/recurse matches must have the same \\1\n" "capture content as the begin to be considered"} }); }