mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 07:34:11 +01:00
added LocationChange autocmd
This commit is contained in:
@@ -1445,6 +1445,8 @@ liberator.Events = function () //{{{
|
||||
liberator.statusline.updateUrl();
|
||||
liberator.statusline.updateProgress();
|
||||
|
||||
liberator.autocommands.trigger("LocationChange", liberator.buffer.URL);
|
||||
|
||||
// if this is not delayed we get the position of the old buffer
|
||||
setTimeout(function () { liberator.statusline.updateBufferPosition(); }, 100);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user