1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 16:04:11 +01:00

remove last references to command_line and status_line

This commit is contained in:
Doug Kearns
2007-05-28 01:06:32 +00:00
parent 43676b4f81
commit 1d33d6cc33
2 changed files with 0 additions and 7 deletions

View File

@@ -318,7 +318,6 @@ function Search()
// Called when the user types a key in the search dialog. Triggers a find attempt
this.searchKeyPressed = function(command) {
//this.find(command_line.value, true, this.lastFindState()["point"]);
if (command != "") {
this.find(vimperator.commandline.getCommand(), true, this.lastFindState()["point"]);
this.resumeFindState(this.lastFindState());