aboutsummaryrefslogtreecommitdiffstats
path: root/migemized_find.js
diff options
context:
space:
mode:
authoranekos2015-01-19 20:37:34 +0900
committeranekos2015-01-19 20:37:34 +0900
commitb0c5caee973007cd8fd81f1bce81e1c90bd3b19f (patch)
tree487d7b22e7a068daf6f3ed713888467022c90cea /migemized_find.js
parentfc4b39b9347f7566fbf8394b47cba524bc91565d (diff)
downloadvimperator-plugins-b0c5caee973007cd8fd81f1bce81e1c90bd3b19f.tar.bz2
KILL35Error
Diffstat (limited to 'migemized_find.js')
-rw-r--r--migemized_find.js2
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);