diff options
author | anekos | 2015-01-19 20:37:34 +0900 |
---|---|---|
committer | anekos | 2015-01-19 20:37:34 +0900 |
commit | b0c5caee973007cd8fd81f1bce81e1c90bd3b19f (patch) | |
tree | 487d7b22e7a068daf6f3ed713888467022c90cea | |
parent | fc4b39b9347f7566fbf8394b47cba524bc91565d (diff) | |
download | vimperator-plugins-b0c5caee973007cd8fd81f1bce81e1c90bd3b19f.tar.bz2 |
KILL35Error
-rw-r--r-- | migemized_find.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migemized_find.js b/migemized_find.js index 22a738e..5828acb 100644 --- a/migemized_find.js +++ b/migemized_find.js @@ -493,6 +493,7 @@ let INFO = xml` findAgain: function (reverse) { let backwards = !!(!this.lastDirection ^ !reverse); let last = this.storage.lastResult; + let start, end; let frames = this.currentFrames; @@ -515,7 +516,6 @@ let INFO = xml` this.removeHighlight(this.lastColor); let str = this.lastSearchExpr; - let start, end; let result; let ret = this.find(str, backwards, this.makeBodyRange(last.frame), start, end); |