mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:17:59 +01:00
fix external editor commands (Eric Van Dewoestine)
This commit is contained in:
@@ -810,7 +810,7 @@ function Editor() //{{{
|
||||
return false;
|
||||
|
||||
var editor = options["editor"];
|
||||
var args = commands.parseArgs(editor, [], "*", true).arguments;
|
||||
var args = commands.parseArgs(editor, [], "*", true);
|
||||
if (args.length < 1)
|
||||
{
|
||||
liberator.echoerr("No editor specified");
|
||||
|
||||
Reference in New Issue
Block a user