mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-01 06:02:27 +01:00
fix :chdir - it doesn't require an arg
This commit is contained in:
@@ -235,8 +235,8 @@ function IO() //{{{
|
||||
}
|
||||
},
|
||||
{
|
||||
argCount: "+", // FIXME: "?"
|
||||
completer: function (context) completion.file(context, true),
|
||||
//argCount: "?", // FIXME: --djk
|
||||
completer: function (context) completion.directory(context, true),
|
||||
literal: 0
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user