From 86aee1cfae30ab634ee00f003a8bac2f3382e8a7 Mon Sep 17 00:00:00 2001 From: AnimiVulpis Date: Tue, 31 Oct 2017 22:41:52 +0100 Subject: [PATCH] Fix tokenization --- pages/common/ag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/ag.md b/pages/common/ag.md index 5095ffbfc6..9f75f5492c 100644 --- a/pages/common/ag.md +++ b/pages/common/ag.md @@ -20,7 +20,7 @@ - Find files whose contents match a regular expression: -`ag '^{{ba}}({{r}}|{{z}})$'` +`ag '{{^ba(r|z)$}}'` - Find files with a name matching "foo":