projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71f6a5c
)
Remove unneeded assignment of hint object.
author
Daniel Carl
<danielcarl@gmx.de>
Wed, 13 Mar 2013 23:34:56 +0000
(
00:34
+0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Wed, 13 Mar 2013 23:34:56 +0000
(
00:34
+0100)
src/hints.js
patch
|
blob
|
history
diff --git
a/src/hints.js
b/src/hints.js
index
287a966
..
aeceea7
100644
(file)
--- a/
src/hints.js
+++ b/
src/hints.js
@@
-1,6
+1,6
@@
/* mode: l - links, i - images */
/* usage: O - open, T - open in new window, U - use source */
-
VimpHints = function
Hints(mode, usage, bg, bgf, fg, style, maxHints)
+
function Vimp
Hints(mode, usage, bg, bgf, fg, style, maxHints)
{
"use strict";
var hClass = "__hint";