diff --git a/content/io.js b/content/io.js index 33eee7d2..316144fa 100644 --- a/content/io.js +++ b/content/io.js @@ -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 });