1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-01 08:02:28 +01:00

fix :chdir - it doesn't require an arg

This commit is contained in:
Doug Kearns
2008-12-01 04:36:07 +00:00
parent fb41ed36b0
commit caa59fec00

View File

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