mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 00:17:58 +01:00
don't update the alternate tab list on TabOpen events
This commit is contained in:
@@ -1346,9 +1346,9 @@ function scrollBufferAbsolute(horizontal, vertical)
|
||||
win.scrollTo(horiz, vert);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// zooming //////////////////////////////////////////////////////////{{{
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////}}}
|
||||
// zooming /////////////////////////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////{{{
|
||||
|
||||
/* also used to zoom out, when factor is negative */
|
||||
function zoom_in(factor)
|
||||
|
||||
@@ -369,7 +369,6 @@ function Events() //{{{
|
||||
vimperator.statusline.updateTabCount();
|
||||
vimperator.tabs.updateBufferList();
|
||||
vimperator.setMode(); // trick to reshow the mode in the command line
|
||||
vimperator.tabs.updateSelectionHistory();
|
||||
}, false);
|
||||
tabcontainer.addEventListener("TabClose", function(event) {
|
||||
vimperator.statusline.updateTabCount()
|
||||
|
||||
Reference in New Issue
Block a user