aboutsummaryrefslogtreecommitdiffstats
path: root/fuzzyMode.js
diff options
context:
space:
mode:
Diffstat (limited to 'fuzzyMode.js')
-rw-r--r--fuzzyMode.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzzyMode.js b/fuzzyMode.js
index 87b4470a..8d8f1412 100644
--- a/fuzzyMode.js
+++ b/fuzzyMode.js
@@ -119,6 +119,7 @@ var fuzzyMode = (function() {
// refresh with F5
else if (keyChar == 'f5') {
this.completer.refresh();
+ this.lastQuery = null;
this.update();
}