From a4361e49f84cee14cc7ef52390d6bee7e2a4de14 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 1 Dec 2008 11:26:14 +0000 Subject: [PATCH] specify an argCount of "?" for :chdir --- content/io.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/io.js b/content/io.js index 316144fa..2d4aa4a6 100644 --- a/content/io.js +++ b/content/io.js @@ -235,7 +235,7 @@ function IO() //{{{ } }, { - //argCount: "?", // FIXME: --djk + argCount: "?", completer: function (context) completion.directory(context, true), literal: 0 });