From 5f2436650c240b3bcda422485dbed13be30fa032 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 22 Sep 2010 21:22:00 +1000 Subject: [PATCH] Fix :cd command. --- common/content/io.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/io.js b/common/content/io.js index 67f87017..060bfd1c 100644 --- a/common/content/io.js +++ b/common/content/io.js @@ -150,7 +150,7 @@ const IO = Module("io", { [this._cwd, this._oldcwd] = [dir, this.getCurrentDirectory()]; } - return self.getCurrentDirectory(); + return this.getCurrentDirectory(); // XXX }, /**