diff --git a/chrome/content/vimperator/vimperator.js b/chrome/content/vimperator/vimperator.js index 5f9a6258..8f0b22f3 100644 --- a/chrome/content/vimperator/vimperator.js +++ b/chrome/content/vimperator/vimperator.js @@ -31,10 +31,6 @@ var vimperator = null; var popup_allowed_events; // need to change and reset this firefox pref -// handles multi-line commands -var prev_match = new Array(5); -var heredoc = ''; - // called when the chrome is fully loaded and before the main window is shown window.addEventListener("load", init, false);