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