mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 19:07:58 +01:00
small hint tweak, thanks calmar
This commit is contained in:
@@ -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 : ""));
|
||||||
|
|||||||
Reference in New Issue
Block a user