mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 20:27:58 +01:00
Fix 'Last set from' in options.
--HG-- extra : rebase_source : 7255759efad5576157e4cc687afe2ceb069538af
This commit is contained in:
@@ -386,7 +386,7 @@ lookup:
|
||||
line = line.replace(/\r$/, "");
|
||||
|
||||
if (!/^\s*(".*)?$/.test(line))
|
||||
dactyl.execute(line, null, true);
|
||||
dactyl.execute(line, { setFrom: file }, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user