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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user