Changeset 27140
- Timestamp:
- 12/21/08 14:25:14 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/char-hints-mod2.js
r27067 r27140 148 148 function isValidHint(hint) //{{{ 149 149 { 150 if(hintInput.length == 0 ) return false; 150 151 return inputCase(hint).indexOf(hintInput) == 0; 151 152 } //}}} … … 169 170 commandline.command = hintString.replace(inputRegex, ""); 170 171 charhints.original.onInput(event); 171 showCharHints();172 172 for(let i=0,l=hintString.length;i<l;++i) { 173 173 if(inputRegex.test(hintString[i])) { … … 175 175 } 176 176 } 177 showCharHints(); 177 178 if(hintInput.length>0) { 178 179 let numstr = String(chars2num(hintInput));
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)