From 02eea40b01d1618044988ac860a6d3aa140a6237 Mon Sep 17 00:00:00 2001
From: anekos
Date: Tue, 28 Jul 2009 14:25:20 +0000
Subject: 優先順位の修正
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@34666 d0d07461-0603-4401-acd4-de1884942a52
---
auto_detect_link.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'auto_detect_link.js')
diff --git a/auto_detect_link.js b/auto_detect_link.js
index f742793..6e02af2 100644
--- a/auto_detect_link.js
+++ b/auto_detect_link.js
@@ -3,10 +3,10 @@ var PLUGIN_INFO =
Auto Detect Link
Find (next|previous) link, and jump.
(次|前)っぽいページへのリンクを探してジャンプ
- 1.8
+ 1.8.1
anekos
2.0pre
- 2.0pre
+ 2.2pre
http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/auto_detect_link.js
Creative Commons Attribution-Share Alike 3.0 Unported
@@ -247,7 +247,7 @@ var PLUGIN_INFO =
while (file && (dm = file.match(/\d+/))) {
let [rcontext, lcontext, lmatch] = [RegExp.rightContext, RegExp.leftContext, RegExp.lastMatch];
left += lcontext;
- succNumber(lmatch, next, ignoreId).forEach(function (succ) {
+ succNumber(lmatch, next, ignoreId).reverse().forEach(function (succ) {
temp.push(dir + left + succ + rcontext);
});
left += lmatch;
--
cgit v1.2.3