projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa5653d
)
Reset hints number filter on new text filtering (#53).
author
Daniel Carl
<danielcarl@gmx.de>
Thu, 19 Dec 2013 18:41:06 +0000
(19:41 +0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Thu, 19 Dec 2013 18:41:06 +0000
(19:41 +0100)
src/hints.js
patch
|
blob
|
history
diff --git
a/src/hints.js
b/src/hints.js
index
590163e
..
418e1d4
100644
(file)
--- a/
src/hints.js
+++ b/
src/hints.js
@@
-507,6
+507,9
@@
var VbHint = (function(){
return show();
},
filter: function filter(text) {
+ /* remove previously set number filters to make the filter */
+ /* easier to understand for the users */
+ filterNum = 0;
filterText = text || "";
return show();
},