aboutsummaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
authorStephen Blott2015-05-04 12:38:00 +0100
committerStephen Blott2015-05-04 12:38:00 +0100
commit7f99155824edd7424bd28feae401459da6a2ba8f (patch)
tree53d03a265655245e952ca88e48fca1e9b34fb64a /pages
parentf9d35083ad511080ee5c01c5c97ef29503f3c0ba (diff)
downloadvimium-7f99155824edd7424bd28feae401459da6a2ba8f.tar.bz2
Search completion; instrument for debugging.
Diffstat (limited to 'pages')
-rw-r--r--pages/vomnibar.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/vomnibar.coffee b/pages/vomnibar.coffee
index 8a262e76..c029dc20 100644
--- a/pages/vomnibar.coffee
+++ b/pages/vomnibar.coffee
@@ -81,6 +81,7 @@ class VomnibarUI
@input.value = ""
@updateTimer = null
@completions = []
+ @previousAutoSelect = null
@previousText = null
@selection = @initialSelectionValue