diff options
| author | Stephen Blott | 2015-05-17 06:34:59 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-05-17 06:34:59 +0100 | 
| commit | c2eb404ad87689ac886e1ddbab2c62d7d7a1be9d (patch) | |
| tree | b5a2a8a11f98ff1bc051c28487b6eab9bf8293fc /pages/vomnibar.coffee | |
| parent | 69cd8c08375cdf5df8636748f6f479552d780b8f (diff) | |
| download | vimium-c2eb404ad87689ac886e1ddbab2c62d7d7a1be9d.tar.bz2 | |
TabToOpen: tweaks
Diffstat (limited to 'pages/vomnibar.coffee')
| -rw-r--r-- | pages/vomnibar.coffee | 2 | 
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  | 
