mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 23:24:12 +01:00
merge reshowing of the mode after a TabSelect event
This commit is contained in:
@@ -53,6 +53,7 @@ function Events() //{{{
|
||||
}, false);
|
||||
tabcontainer.addEventListener("TabSelect", function(event) {
|
||||
vimperator.commandline.clear();
|
||||
vimperator.setMode(); // trick to reshow the mode in the command line
|
||||
vimperator.statusline.updateTabCount();
|
||||
vimperator.buffer.updateBufferList();
|
||||
vimperator.tabs.updateSelectionHistory();
|
||||
|
||||
Reference in New Issue
Block a user