This commit is contained in:
Yeechan Lu
2014-03-27 14:53:47 +08:00
parent ac81d38acc
commit c8fcfcd28c

View File

@@ -31,7 +31,8 @@ namespace Wox.Plugin.System.CMD
results.AddRange(history); results.AddRange(history);
} }
else
if (query.RawQuery.StartsWith(">") && query.RawQuery.Length > 1)
{ {
string cmd = query.RawQuery.Substring(1); string cmd = query.RawQuery.Substring(1);
Result result = new Result Result result = new Result