1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-20 19:51:27 +02: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
+1 -1
View File
@@ -235,7 +235,7 @@ function IO() //{{{
}
},
{
//argCount: "?", // FIXME: --djk
argCount: "?",
completer: function (context) completion.directory(context, true),
literal: 0
});