mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-01 08:02:28 +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),
|
||||
literal: 0
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user