From 05cd38458b64178b8822ad4e295ef61fe7c5e208 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 24 Jun 2011 19:15:00 +0000 Subject: [PATCH] web: fix inacctsonly: with spaces --- hledger-lib/Hledger/Data/Matching.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-lib/Hledger/Data/Matching.hs b/hledger-lib/Hledger/Data/Matching.hs index 29c7eb665..a0b91e6a0 100644 --- a/hledger-lib/Hledger/Data/Matching.hs +++ b/hledger-lib/Hledger/Data/Matching.hs @@ -109,7 +109,7 @@ parseQuery d s = (m,qopts) -- keep synced with patterns below, excluding "not" prefixes = map (++":") [ - "inacct","inaccts", + "inacct","inaccts","inacctsonly", "desc","acct","date","edate","status","real","empty","depth" ] defaultprefix = "acct"