1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 22:38:00 +01:00

expand a path of editor option when open external editor

This commit is contained in:
teramako
2009-01-01 22:01:39 +09:00
parent 7363551ac0
commit 0653d64448

View File

@@ -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?