diff options
| author | Stephen Blott | 2016-02-20 07:01:54 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2016-02-20 07:01:54 +0000 | 
| commit | 8cf72842ad516cba7eb161ae650d48a298e55442 (patch) | |
| tree | f68eda11245ed7ad02affafacf805bb0e89aa2e6 /pages/options.html | |
| parent | 476d6ee707486f2731753b937566f0fe28df4a8e (diff) | |
| download | vimium-8cf72842ad516cba7eb161ae650d48a298e55442.tar.bz2 | |
hideHUD option applies to insert mode only.
This makes the `hideHud` option apply only to insert mode (when entered with `i`).
Fixes #1953.
Fixes #487.
We could rename the option itself and add migration code, but that seems overkill.
An alternative would be to remove this option entirely.
Diffstat (limited to 'pages/options.html')
| -rw-r--r-- | pages/options.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/pages/options.html b/pages/options.html index ac515db9..e859a5e8 100644 --- a/pages/options.html +++ b/pages/options.html @@ -163,12 +163,12 @@ b: http://b.com/?q=%s description              <td verticalAlign="top" class="booleanOption">                <div class="help">                  <div class="example"> -                  When enabled, the HUD will not be displayed. +                  When enabled, the HUD will not be displayed in insert mode.                  </div>                </div>                <label>                  <input id="hideHud" type="checkbox"/> -                Hide the Heads Up Display (HUD) +                Hide the Heads Up Display (HUD) in insert mode                </label>              </td>            </tr> | 
