File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -925,7 +925,7 @@ class FilterHints {
925
925
( keyChar . toLowerCase ( ) !== keyChar ) &&
926
926
( this . linkHintNumbers . toLowerCase ( ) !== this . linkHintNumbers . toUpperCase ( ) )
927
927
) {
928
- // The the keyChar is upper case and the link hint "numbers" contain characters (e.g.
928
+ // The keyChar is upper case and the link hint "numbers" contain characters (e.g.
929
929
// [a-zA-Z]). We don't want some upper-case letters matching hints (above) and some matching
930
930
// text (below), so we ignore such keys.
931
931
return ;
Original file line number Diff line number Diff line change 46
46
</ p >
47
47
< header > Available Completion Engines</ header >
48
48
< p >
49
- Search completion is available in this version of Vimium for the the following custom search engines.
49
+ Search completion is available in this version of Vimium for the following custom search engines.
50
50
</ p >
51
51
< p >
52
52
< dl id ="engineList "> </ dl >
You can’t perform that action at this time.
0 commit comments