From 6e90ae64b54279a3d3e5e7a91705792a385c89be Mon Sep 17 00:00:00 2001
From: hogelog
Date: Mon, 9 Feb 2009 10:27:45 +0000
Subject: * fix strange bug of long label e.g.) JJH, KVR etc
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@29775 d0d07461-0603-4401-acd4-de1884942a52
---
char-hints-mod2.js | 36 ++++++++++++++++--------------------
1 file changed, 16 insertions(+), 20 deletions(-)
diff --git a/char-hints-mod2.js b/char-hints-mod2.js
index eb8117a..59ad042 100644
--- a/char-hints-mod2.js
+++ b/char-hints-mod2.js
@@ -35,8 +35,8 @@ let g:hintlabeling:
e.g.)
let g:hintlabeling="a"
-== BUG ==
- * adjust labeling algorithm has bug
+== BUG? ==
+ * adjust labeling algorithm has bug (?)
]]>
;
//}}}
@@ -132,7 +132,6 @@ let g:hintlabeling:
function showCharHints(hints) //{{{
{
let start = getStartCount(hintchars.length, hints.length);
- liberator.reportError(start);
for(let i=0,len=hints.length;i