1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 00:27:57 +01:00

Fix "match n of m" getting stuck in the progress area.

This commit is contained in:
Kris Maglione
2011-02-02 16:59:37 -05:00
parent 475da7edd9
commit 6de8120d57
2 changed files with 9 additions and 7 deletions

View File

@@ -1257,6 +1257,8 @@ var CommandLine = Module("commandline", {
this.wildIndex++;
this.preview();
modes.dumpStack();
util.dumpStack();
if (this.selected == null)
statusline.progress = "";
else