aboutsummaryrefslogtreecommitdiffstats
path: root/pages/vomnibar.coffee
diff options
context:
space:
mode:
authorStephen Blott2015-05-17 06:34:59 +0100
committerStephen Blott2015-05-17 06:34:59 +0100
commitc2eb404ad87689ac886e1ddbab2c62d7d7a1be9d (patch)
treeb5a2a8a11f98ff1bc051c28487b6eab9bf8293fc /pages/vomnibar.coffee
parent69cd8c08375cdf5df8636748f6f479552d780b8f (diff)
downloadvimium-c2eb404ad87689ac886e1ddbab2c62d7d7a1be9d.tar.bz2
TabToOpen: tweaks
Diffstat (limited to 'pages/vomnibar.coffee')
-rw-r--r--pages/vomnibar.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/vomnibar.coffee b/pages/vomnibar.coffee
index 731ebed2..18ad5945 100644
--- a/pages/vomnibar.coffee
+++ b/pages/vomnibar.coffee
@@ -161,7 +161,7 @@ class VomnibarUI
# If the input is empty, then reinstate the keyword (the "w").
@input.value = @customSearchMode
@customSearchMode = null
- @updateCompletions()
+ @update true
else if inputIsEmpty and @tabToOpen
@tabToOpen = false
@update true