mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-30 14:55:45 +01:00
Allow \ line continuations in Ex files.
This commit is contained in:
@@ -83,7 +83,7 @@ const Hints = Module("hints", {
|
||||
this._hintNumber = 0;
|
||||
this._hintString = "";
|
||||
statusline.updateInputBuffer("");
|
||||
commandline.command = "";
|
||||
commandline.widgets.command = "";
|
||||
}
|
||||
this._pageHints = [];
|
||||
this._validHints = [];
|
||||
@@ -99,7 +99,7 @@ const Hints = Module("hints", {
|
||||
}
|
||||
if (this.__continue && this._validHints.length <= 1) {
|
||||
this._hintString = "";
|
||||
commandline.command = this._hintString;
|
||||
commandline.widgets.command = this._hintString;
|
||||
this._showHints();
|
||||
}
|
||||
this._updateStatusline();
|
||||
|
||||
Reference in New Issue
Block a user