mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 16:57:57 +01:00
small hint tweak, thanks calmar
This commit is contained in:
@@ -630,6 +630,12 @@ outer:
|
||||
}
|
||||
|
||||
hintString += key;
|
||||
if (usedTabKey)
|
||||
{
|
||||
usedTabKey = false;
|
||||
showActiveHint(1, hintNumber);
|
||||
hintNumber = 1;
|
||||
}
|
||||
}
|
||||
|
||||
vimperator.statusline.updateInputBuffer(hintString + (hintNumber > 0 ? hintNumber : ""));
|
||||
|
||||
Reference in New Issue
Block a user