mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-10 00:24:12 +01:00
Fix RangeFind corner case.
This commit is contained in:
@@ -258,7 +258,7 @@ const CommandLine = Module("commandline", {
|
||||
|
||||
this._statusTimer = Timer(5, 100, function statusTell() {
|
||||
if (self._completions == null || self._completions.selected == null)
|
||||
statusline.progess = "";
|
||||
statusline.progress = "";
|
||||
else
|
||||
statusline.progress = "match " + (self._completions.selected + 1) + " of " + self._completions.items.length;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user