From 9d7fb15229e8e23aed57a23fbaf17e0a67f53baa Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 7 Oct 2007 21:20:17 +0000 Subject: [PATCH] clear the commandline when changing tabs --- content/events.js | 1 + 1 file changed, 1 insertion(+) diff --git a/content/events.js b/content/events.js index 4d3f2a0a..31b60cb6 100644 --- a/content/events.js +++ b/content/events.js @@ -52,6 +52,7 @@ function Events() //{{{ vimperator.buffer.updateBufferList(); }, false); tabcontainer.addEventListener("TabSelect", function(event) { + vimperator.commandline.clear(); vimperator.statusline.updateTabCount(); vimperator.buffer.updateBufferList(); vimperator.tabs.updateSelectionHistory();