From daa0bfc6c55e4d503562d0b422c5e8d60834ca1b Mon Sep 17 00:00:00 2001 From: rxi Date: Fri, 22 May 2020 08:18:39 +0100 Subject: Changed `openselected` to use `start` instead of `explorer` on windows --- plugins/openselected.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/openselected.lua') diff --git a/plugins/openselected.lua b/plugins/openselected.lua index 321d3e8..65fdeb8 100644 --- a/plugins/openselected.lua +++ b/plugins/openselected.lua @@ -15,7 +15,7 @@ command.add("core.docview", { core.log("Opening \"%s\"...", text) if PLATFORM == "Windows" then - system.exec("explorer " .. text) + system.exec("start " .. text) else system.exec(string.format("xdg-open %q", text)) end -- cgit v1.2.3