mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 22:47:59 +01:00
expand a path of editor option when open external editor
This commit is contained in:
@@ -809,7 +809,7 @@ function Editor() //{{{
|
||||
}
|
||||
|
||||
args.push(path);
|
||||
liberator.callFunctionInThread(null, io.run, args.shift(), args, true);
|
||||
liberator.callFunctionInThread(null, io.run, io.expandPath(args.shift()), args, true);
|
||||
},
|
||||
|
||||
// TODO: clean up with 2 functions for textboxes and currentEditor?
|
||||
|
||||
Reference in New Issue
Block a user