mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 09:25:45 +01:00
Fix local mapping bug. Change statusline API slightly.
This commit is contained in:
@@ -65,7 +65,7 @@ var ProcessorStack = Class("ProcessorStack", {
|
||||
this.processors.length = 0;
|
||||
|
||||
if (this.ownsBuffer)
|
||||
statusline.updateInputBuffer(this.processors.length ? this.buffer : "");
|
||||
statusline.inputBuffer = this.processors.length ? this.buffer : "";
|
||||
|
||||
if (!this.processors.some(function (p) !p.extended) && this.actions.length) {
|
||||
if (this._actions.length == 0) {
|
||||
|
||||
Reference in New Issue
Block a user