projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd119e5
)
Renamed hint css class for focused hint.
author
Daniel Carl
<danielcarl@gmx.de>
Sat, 30 Mar 2013 00:51:29 +0000
(
01:51
+0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Sat, 30 Mar 2013 00:51:29 +0000
(
01:51
+0100)
src/hints.js
patch
|
blob
|
history
diff --git
a/src/hints.js
b/src/hints.js
index
f6c27ab
..
632cb4a
100644
(file)
--- a/
src/hints.js
+++ b/
src/hints.js
@@
-4,7
+4,7
@@
function VimbHints(mode, usage, bg, bgf, fg, style, maxHints)
{
"use strict";
var hClass = "__hint";
- var hClassFocus = "__hint
_container
";
+ var hClassFocus = "__hint
Focus
";
var hConts = [];
var hints = [];
var focusNum = 1;