mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-31 10:32:39 +01:00
Fix set-from location information for a :verbose :set vbs? query.
This commit is contained in:
@@ -800,6 +800,7 @@ const liberator = (function () //{{{
|
||||
{
|
||||
let vbs = options.get("verbose");
|
||||
let value = vbs.value;
|
||||
let setFrom = vbs.setFrom;
|
||||
|
||||
try
|
||||
{
|
||||
@@ -810,6 +811,7 @@ const liberator = (function () //{{{
|
||||
finally
|
||||
{
|
||||
vbs.set(value);
|
||||
vbs.setFrom = setFrom;
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user