This commit is contained in:
qianlifeng
2014-08-10 17:05:27 +08:00
parent 1329f3d2c7
commit eee50eef46

View File

@@ -16,7 +16,7 @@ namespace Wox.Plugin.SystemPlugins
protected override List<Result> QueryInternal(Query query)
{
var raw = query.RawQuery;
if (reg.IsMatch(raw))
if (reg.Match(raw).Value == raw)
{
return new List<Result>
{