diff options
| author | Stephen Blott | 2015-05-28 10:22:46 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-05-28 10:22:48 +0100 |
| commit | ded18f3bb0eb8cf2e559ff44a46564fd002a4b33 (patch) | |
| tree | e66ee1e3f28cb6cc2ca4da409708c5111749f2e6 /background_scripts/settings.coffee | |
| parent | a3002fe93e6d9f69f7f12f3695becf307e59bb89 (diff) | |
| download | vimium-ded18f3bb0eb8cf2e559ff44a46564fd002a4b33.tar.bz2 | |
Custom-only: remove omniSearchWeightOption.
This option is no longer needed, since we don't do search completion
except for custom searches.
Diffstat (limited to 'background_scripts/settings.coffee')
| -rw-r--r-- | background_scripts/settings.coffee | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee index 269b4a2c..d23649ee 100644 --- a/background_scripts/settings.coffee +++ b/background_scripts/settings.coffee @@ -43,7 +43,6 @@ root.Settings = Settings = # or strings defaults: scrollStepSize: 60 - omniSearchWeight: 0.4 smoothScroll: true keyMappings: "# Insert your preferred key mappings here." linkHintCharacters: "sadfjklewcmpgh" |
