mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 08:54:13 +01:00
Fix hint statusline buffer. I can't stand all of this special case spaghetty code event handling mess.
This commit is contained in:
@@ -1065,7 +1065,8 @@ const Events = Module("events", {
|
||||
}
|
||||
finally {
|
||||
let motionMap = (this._input.pendingMotionMap && this._input.pendingMotionMap.names[0]) || "";
|
||||
statusline.updateInputBuffer(motionMap + this._input.buffer);
|
||||
if (!(modes.extended & modes.HINTS))
|
||||
statusline.updateInputBuffer(motionMap + this._input.buffer);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user