ヒントをチートシートで見る 2

2.3に対応していなかったの修正

--- a/show_hints.js     Tue Apr 13 19:37:06 2010 +0900
+++ b/show_hints.js     Tue Apr 13 23:40:17 2010 +0900
@@ -71,7 +71,7 @@
        })();//}}}
 
        commands.addUserCommand(["showhints"],"show mapping",function(){
-               const hintModes = liberator.eval("hintModes",hints.addMode);
+               const hintModes = hints._hintModes || liberator.eval("hintModes",hints.addMode);
                let xml = <ul id="kb"></ul>;
                function createSpan(char){
                        let hint = hintModes[char];


あと、mapのcount無しのとき-1からnullに変更になったようです。
修正しなきゃ…