aboutsummaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
authorStephen Blott2015-05-03 11:34:19 +0100
committerStephen Blott2015-05-03 11:39:08 +0100
commit98636859e0944b82fa6e3988e0ca943b5a27b145 (patch)
tree4171655ada74bb60b18ace9069d4da74735d4e5e /pages
parent07a62680008b6c86b0cf8a12969334bd7c1e389c (diff)
downloadvimium-98636859e0944b82fa6e3988e0ca943b5a27b145.tar.bz2
Search completion; tweaks and fixes.
Diffstat (limited to 'pages')
-rw-r--r--pages/vomnibar.coffee4
1 files changed, 3 insertions, 1 deletions
diff --git a/pages/vomnibar.coffee b/pages/vomnibar.coffee
index 3520537e..831f8dd3 100644
--- a/pages/vomnibar.coffee
+++ b/pages/vomnibar.coffee
@@ -179,9 +179,11 @@ class VomnibarUI
update: (updateSynchronously, callback) =>
if (updateSynchronously)
- # The use entered something. Don't reset any previous text.
+ # The user entered something. Don't reset any previous text, and re-enable custom search engine auto
+ # selection.
if @previousText?
@previousText = null
+ @previousAutoSelect = null
@selection = -1
# cancel scheduled update
if @updateTimer?