diff options
author | Florian Bruhin <me@the-compiler.org> | 2020-09-06 17:23:03 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2020-09-06 17:23:03 +0200 |
commit | a78442bb67c138a85d35a0e4f5bebeab77aa70e5 (patch) | |
tree | febef6436ec1c9fc8a1f23281fca4cb0bee7bfef /tests/manual | |
parent | 3abfd78c25c10c3906d4686ca6245cebc73ff407 (diff) | |
download | qutebrowser-a78442bb67c138a85d35a0e4f5bebeab77aa70e5.tar.gz qutebrowser-a78442bb67c138a85d35a0e4f5bebeab77aa70e5.zip |
Rewrite file collection in misc_checks.py
Now collects all (non-ignored) files via `git ls-files` and only skips
some binary formats.
Also adds some type annotations and fixes some newly unconvered
UK-spellings.
Diffstat (limited to 'tests/manual')
-rw-r--r-- | tests/manual/hints/hide_unmatched_rapid_hints.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/hints/hide_unmatched_rapid_hints.html b/tests/manual/hints/hide_unmatched_rapid_hints.html index 1630a790e..98affa254 100644 --- a/tests/manual/hints/hide_unmatched_rapid_hints.html +++ b/tests/manual/hints/hide_unmatched_rapid_hints.html @@ -7,7 +7,7 @@ <body> <p>When <code>hints.hide_unmatched_rapid_hints</code> is set to true (default), rapid hints behave like normal hints, i.e. unmatched hints will be hidden as you type. Setting the option to false will disable hiding in rapid mode, which is sometimes useful (see <a href="https://github.com/qutebrowser/qutebrowser/issues/1799">#1799</a>).</p> <p>Note that when hinting in number mode, the <code>hints.hide_unmatched_rapid_hints</code> option affects typing the hint string (number), but not the filter (letters).</p> - <p>Here is couple of invalid links to test the behaviour:</p> + <p>Here is couple of invalid links to test the behavior:</p> <p><a href="#foo">one</a></p> <p><a href="#foo">two</a></p> <p><a href="#foo">three</a></p> |