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:
@@ -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
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user