mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:27:58 +01:00
* return after quitting last tab
* update statusline on browser start
This commit is contained in:
@@ -42,7 +42,6 @@ const vimperator = (function() //{{{
|
||||
|
||||
var callbacks = [];
|
||||
|
||||
|
||||
function expandPath(path)
|
||||
{
|
||||
const WINDOWS = navigator.platform == "Win32";
|
||||
@@ -787,6 +786,7 @@ const vimperator = (function() //{{{
|
||||
}
|
||||
}, 50);
|
||||
|
||||
vimperator.statusline.update();
|
||||
vimperator.log("Vimperator fully initialized", 1);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user