1
0
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:
Doug Kearns
2008-12-01 11:26:14 +00:00
parent 25d207eb3c
commit a4361e49f8

View File

@@ -235,7 +235,7 @@ function IO() //{{{
}
},
{
//argCount: "?", // FIXME: --djk
argCount: "?",
completer: function (context) completion.directory(context, true),
literal: 0
});