1
0
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:
Kris Maglione
2010-12-09 22:42:09 -05:00
parent cb25879534
commit 38c2d07ef1
3 changed files with 27 additions and 20 deletions

View File

@@ -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);