We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ff0ff commit a336d65Copy full SHA for a336d65
DashDoc.py
@@ -67,4 +67,4 @@ def run(self, edit, flip_syntax_sensitive=False, run_in_background=False):
67
'dash-plugin:keys=%s&query=%s%s' % (','.join(keys), quote(query), background_string)])
68
else:
69
subprocess.call(['/usr/bin/open', '-g',
70
- 'dash-plugin:keys=%s&query=%s%s' % (','.join(keys), quote(query), background_string)])
+ 'dash-plugin://keys=%s&query=%s%s' % (','.join(keys), quote(query), background_string)])
0 commit comments