1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 00:11:26 +02:00

small hint tweak, thanks calmar

This commit is contained in:
Martin Stubenschrott
2007-11-04 12:55:23 +00:00
parent d8572f387b
commit be0f735339
+6
View File
@@ -630,6 +630,12 @@ outer:
}
hintString += key;
if (usedTabKey)
{
usedTabKey = false;
showActiveHint(1, hintNumber);
hintNumber = 1;
}
}
vimperator.statusline.updateInputBuffer(hintString + (hintNumber > 0 ? hintNumber : ""));