mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 07:12:28 +01:00
expand environment variables when setting 'cdpath' and 'shell'
This commit is contained in:
@@ -1303,6 +1303,8 @@ liberator.StatusLine = function () //{{{
|
||||
liberator.echo("show status line only with > 1 window not implemented yet");
|
||||
else
|
||||
document.getElementById("status-bar").collapsed = false;
|
||||
|
||||
return value;
|
||||
},
|
||||
validator: function (value) { return (value >= 0 && value <= 2); },
|
||||
completer: function (filter)
|
||||
|
||||
Reference in New Issue
Block a user