mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 08:27:59 +01:00
Fix local mapping bug. Change statusline API slightly.
This commit is contained in:
@@ -668,8 +668,8 @@ var HintSession = Class("HintSession", CommandMode, {
|
||||
* Display the current status to the user.
|
||||
*/
|
||||
updateStatusline: function _updateStatusline() {
|
||||
statusline.updateInputBuffer((this.escapeNumbers ? options["mapleader"] : "") +
|
||||
(this.hintNumber ? this.getHintString(this.hintNumber) : ""));
|
||||
statusline.inputBuffer = (this.escapeNumbers ? options["mapleader"] : "") +
|
||||
(this.hintNumber ? this.getHintString(this.hintNumber) : "");
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user