From c125a9dd66470e419f8d83ac295e45b390dea574 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Mon, 2 Feb 2009 00:18:04 +0100 Subject: [PATCH] updated TODO (:ha! seems broken) --- common/content/ui.js | 4 ++-- vimperator/TODO | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common/content/ui.js b/common/content/ui.js index c5493831..9e3112ca 100644 --- a/common/content/ui.js +++ b/common/content/ui.js @@ -1274,8 +1274,8 @@ function CommandLine() //{{{ } else if (event.type == "input") { - liberator.dump("input: " + command); - this.resetCompletions(); // -> already handled by "keypress" below (hopefully), so don't do it twice + //liberator.dump("input: " + command); + this.resetCompletions(); liberator.triggerCallback("change", currentExtendedMode, command); } else if (event.type == "keypress") diff --git a/vimperator/TODO b/vimperator/TODO index c5c5e383..8cc67312 100644 --- a/vimperator/TODO +++ b/vimperator/TODO @@ -43,6 +43,7 @@ BUGS: String#quote change. - :messages is _very_ slow for message history of several thousand lines -> Unresponsive Script: util.js:79 (sometimes xmlToDom() and elsewhere) +- :hardcopy! seems to be broken for me FEATURES: 9 finish :help TODOs