mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 12:07:59 +01:00
Also linkify 'Last set from' in :set output.
This commit is contained in:
@@ -561,7 +561,7 @@ const Commands = Module("commands", {
|
||||
sourcing = sourcing || { file: "[Command Line]", line: 1 };
|
||||
this.sourcing = update({}, sourcing);
|
||||
|
||||
args = update({ setFrom: this.sourcing.file }, args || {});
|
||||
args = update({}, args || {});
|
||||
|
||||
if (tokens)
|
||||
string = commands.replaceTokens(string, tokens);
|
||||
|
||||
Reference in New Issue
Block a user