This commit is contained in:
Kovid Goyal
2018-04-23 10:54:04 +05:30
parent edc4b91d15
commit 9962ac2703

View File

@@ -115,6 +115,8 @@ def command_for_open(program='default'):
program = to_cmdline(program)
if program == ['default']:
cmd = ['open'] if is_macos else ['xdg-open']
else:
cmd = program
return cmd