Skip to content

Commit

Permalink
Merge pull request #18 from tupton/escape-queries
Browse files Browse the repository at this point in the history
Don't escape anything besides dollar signs and double quotes

Fixes #14
  • Loading branch information
tupton authored Feb 21, 2018
2 parents 7c35569 + 624bcf6 commit 4e0ee82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<key>argumenttype</key>
<integer>0</integer>
<key>escaping</key>
<integer>63</integer>
<integer>36</integer>
<key>keyword</key>
<string>ch</string>
<key>queuedelaycustom</key>
Expand Down

0 comments on commit 4e0ee82

Please sign in to comment.