1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 22:57:58 +01: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

View File

@@ -630,6 +630,12 @@ outer:
} }
hintString += key; hintString += key;
if (usedTabKey)
{
usedTabKey = false;
showActiveHint(1, hintNumber);
hintNumber = 1;
}
} }
vimperator.statusline.updateInputBuffer(hintString + (hintNumber > 0 ? hintNumber : "")); vimperator.statusline.updateInputBuffer(hintString + (hintNumber > 0 ? hintNumber : ""));