projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ccfdf5
)
Fixed none cleared hints within frames.
author
Daniel Carl
<danielcarl@gmx.de>
Wed, 13 Mar 2013 21:39:53 +0000
(22:39 +0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Wed, 13 Mar 2013 21:39:53 +0000
(22:39 +0100)
src/hints.js
patch
|
blob
|
history
diff --git
a/src/hints.js
b/src/hints.js
index
1d8e9ab
..
030f7a7
100644
(file)
--- a/
src/hints.js
+++ b/
src/hints.js
@@
-178,7
+178,7
@@
VimpHints = function Hints(mode, usage, bg, bgf, fg, style, maxHints) {
if (hint.e) {
hint.e.style.background = hint.bg;
hint.e.style.color = hint.fg;
- h
Cont
.removeChild(hint.span);
+ h
int.span.parentNode
.removeChild(hint.span);
}
}
hints = [];