mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-12 14:15:45 +01:00
More completion stuff
This commit is contained in:
@@ -347,6 +347,12 @@ function IO() //{{{
|
||||
////////////////////// PUBLIC SECTION //////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////{{{
|
||||
|
||||
liberator.registerObserver("load_completion", function ()
|
||||
{
|
||||
completion.setFunctionCompleter([ioManager.getFile, ioManager.expandPath],
|
||||
[function (obj, arg) completion.runCompleter("file", arg)]);
|
||||
});
|
||||
|
||||
var ioManager = {
|
||||
|
||||
MODE_RDONLY: 0x01,
|
||||
|
||||
Reference in New Issue
Block a user