mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 11:15:47 +01:00
specify an argCount of "?" for :chdir
This commit is contained in:
@@ -235,7 +235,7 @@ function IO() //{{{
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
//argCount: "?", // FIXME: --djk
|
argCount: "?",
|
||||||
completer: function (context) completion.directory(context, true),
|
completer: function (context) completion.directory(context, true),
|
||||||
literal: 0
|
literal: 0
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user