mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:57:59 +01:00
Some completion fixes
This commit is contained in:
@@ -350,7 +350,7 @@ function IO() //{{{
|
||||
liberator.registerObserver("load_completion", function ()
|
||||
{
|
||||
completion.setFunctionCompleter([ioManager.getFile, ioManager.expandPath],
|
||||
[function (obj, arg) completion.runCompleter("file", arg)]);
|
||||
[function (obj, arg) completion.runCompleter("file", arg.replace(/[^\/]*$/, ""))]);
|
||||
});
|
||||
|
||||
var ioManager = {
|
||||
|
||||
Reference in New Issue
Block a user