mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 06:07:59 +01:00
Add as-yet undocumented site-specific mapping hives, :map -group flag, and :mapgroup command.
This commit is contained in:
@@ -309,7 +309,11 @@ var Buffer = Module("buffer", {
|
||||
// happens when the users switches tabs
|
||||
onLocationChange: function onLocationChange(webProgress, request, uri) {
|
||||
onLocationChange.superapply(this, arguments);
|
||||
|
||||
delete mappings.hives;
|
||||
|
||||
statusline.updateUrl();
|
||||
|
||||
if (webProgress.DOMWindow && uri) {
|
||||
statusline.updateProgress(webProgress.DOMWindow);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user